1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00
verdaccio/src
Joshua Jensch 9ac307adc5
feat: add support for new search endpoint(#1732)
https://github.com/verdaccio/verdaccio/issues/310

* Add an incomplete implementation of the v1/search api

* Use parseInt and || instead of ?? for processing numeric arguments

* Remove res.end, as we already use response.json

* Remove unused request parameters and add TODO comment

* Fix eslint errors

Co-authored-by: Joshua Jensch <j.jensch@hvs.de>
2020-03-06 08:19:06 +01:00
..
api feat: add support for new search endpoint(#1732) 2020-03-06 08:19:06 +01:00
config feat: convert project to typescript (#1374) 2019-07-16 08:40:01 +02:00
lib refactor: remove extraneous else statements (#1671) 2020-01-12 14:44:22 +01:00
utils refactor: remove extraneous else statements (#1671) 2020-01-12 14:44:22 +01:00
index.ts feat: convert project to typescript (#1374) 2019-07-16 08:40:01 +02:00