search-packages

Search packages on npm

MIT License

Downloads
486
Stars
0
Committers
3

Bot releases are hidden (Show)

search-packages - v2.0.0

Published by unional over 5 years ago

2.0.0 (2019-02-05)

Bug Fixes

  • using rest is too cute than useful (#1) (8d98844)

BREAKING CHANGES

  • takes array instead of using rest

It is ok to use rest if the search is hand typed.
But if it is from code, it is more likely to be an array.
Useing rest require unnecessary spread:

searchByKeywords(...keywords)

search-packages - v1.0.0

Published by unional over 5 years ago

1.0.0 (2019-02-05)

Bug Fixes

  • do not check invalid node_modules folder. (#2) (fc15e19)
  • exclude non top level node_modules in search (#3) (1db1a77)

Features