@springernature/util-package-finder
Version:
Get a list of packages and available versions from within an NPM scope
27 lines (19 loc) • 686 B
Markdown
# History
## 0.5.0 (2025-04-29)
* Fixes #97 - updates filterResults after NPM API change (#98). This is breaking, and an essential bugfix
* Updates `boxen` to 5.1.2, maintaning compatibility with node 10
## 0.4.2 (2021-02-10)
* Updates dependencies
## 0.4.1 (2020-04-27)
* Replace `chalk` with `kleur`
## 0.4.0 (2019-10-01)
* No longer accepts "deprecated" flag
* Uses registry.npmjs.com to get list of packages
## 0.3.0 (2019-07-03)
* Now returns `date` field in results
## 0.2.0 (2018-09-14)
* Replace API under the hood
* Remove custom registry option
* Add reporting for deprecated packages
## 0.1.0 (2018-08-21)
* Release first development version