Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jota-one/drosse

Package Overview
Dependencies
Maintainers
2
Versions
124
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.0.0

Diff

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
jorinho
published 1.11.0 •

Changelog

Source

[1.11.0] - 2021-02-12

Added

  • Allow throttle for proxied routes
  • Allow to define throttle only with min or max
jorinho
published 1.10.0 •

Changelog

Source

[1.10.0] - 2021-01-20

Changed

  • Changed the proxy configuration to make it actually usable intuitively. From now, the URL path to where the proxy is defined is removed from the proxied path.

Added

  • Added db drop command in the REPL CLI.
  • Added documentation and examples for the proxy feature.
  • Added documentation for the assets feature.
  • Added documentation for the template feature.
  • Added documentation for the DB api.

Fixed

  • Fix db.get.byRef to not overwrite custom content with generic content
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