Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 970 Bytes

deprecated.md

File metadata and controls

33 lines (27 loc) · 970 Bytes

Deprecated stuff that need attention

Result of clean npm install with no package-lock.json

$ npm i
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known 
to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
/ohlc-resample
└─┬ [email protected]
  └─┬ [email protected]
    └── [email protected]
/ohlc-resample
└─┬ [email protected]
  └─┬ [email protected]
    └── [email protected]

Result of npm outdated

$ npm outdated
Package     Current  Wanted  Latest  Location                 Depended by
typescript   3.9.10  3.9.10   4.4.3  node_modules/typescript  ohlc-resample (updated to 4.4.3)