New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jota-one/drosse

Package Overview
Dependencies
Maintainers
2
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jota-one/drosse - npm Package Versions

1
13

2.2.0

Diff

Changelog

Source

[2.2.0] - 2021-05-25

Fixed

  • custom errorHandler was not loaded
  • dependencies issues
jorinho
published 2.1.0 •

Changelog

Source

[2.1.0] - 2021-04-17

Added

  • Added a 'restart' function in the CLI context
  • Added drosse version on startup
  • Added a dbAdapter config property to allow database persistence adapter change. Supports custom adapters.

Fixed

  • Error handling in services
jorinho
published 2.0.0 •

Changelog

Source

[2.0.0] - 2021-03-22

Changed

  • Drosse runs now at 2 different layers. When it's started, it will start the express app in a child process and keep the CLI on the parent process. This will be helpful to offer a better control on the express app from external tools, like e2e testing frameworks or the upcoming Drosse-UI. And this separates as well the CLI (vorpal) layer, which needs to stay an Interface and not be mixed with business logic, from the pure app commands layer.
jorinho
published 1.13.2 •

Changelog

Source

[1.13.2] - 2021-03-10

Added

  • added a basePath config
jorinho
published 1.13.1 •

Changelog

Source

[1.13.1] - 2021-03-09

Added

  • added a baseUrl config
jorinho
published 1.13.0 •

Changelog

Source

[1.13.0] - 2021-03-05

Added

  • auto scraping mode, no service needed
  • fallback from static files to scraped files

Changed

  • renamed 'hoover' feature to 'scraper'
jorinho
published 1.12.0 •

Changelog

Source

[1.12.0] - 2021-02-26

Added

  • new route option 'hoover' to use along with 'proxy'. Allow to save proxied route response body as a drosse mock content.

Changed

  • Pass drosse config (state) and db to the vorpal CLI. Which allows to make db queries in CLI commands.
jorinho
published 1.11.3 •

Changelog

Source

[1.11.3] - 2021-02-25

Added

  • Added new configureExpress property in .drosserc.js to define custom configurations on the express app instance.
jorinho
published 1.11.2 •

Changelog

Source

[1.11.2] - 2021-02-24

Changed

  • App middlewares can now take a fourth argument (at the first place) and will then be curried and having the drosse API injected into the middleware function
jorinho
published 1.11.1 •

Changelog

Source

[1.11.1] - 2021-02-18

Added

  • Support for async services
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc