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.5.2

Diff

Changelog

Source

[2.5.2] - 2022-03-14

Changed

  • If a proxied call fails, it will now fallback to the body value of the proxied route if any, or to an empty JSON object.
  • Changed development node and npm version to LTS and therefore changed the package-lock.json format to v2.
tadai
published 2.5.1 •

Changelog

Source

[2.5.1] - 2021-12-17

Removed

  • Removed tags prefixed with v.
tadai
published 2.4.0 •

Changelog

Source

[2.4.0] - 2021-12-06

Added

  • Support for websocket connections.
  • Websocket example to demonstrate how Drosse can be extended to mock a realtime backend with websocket.
jorinho
published 2.3.4 •

Changelog

Source

[2.3.4] - 2021-11-25

Fixed

  • Fix ERR_HTTP_HEADERS_SENT during proxyRes callback.
jorinho
published 2.3.3 •

Changelog

Source

[2.3.3] - 2021-10-08

Fixed

  • Proxy did send GET request with a wrong Content-Length header. Fixed.
jorinho
published 2.3.2 •

Changelog

Source

[2.3.2] - 2021-09-08

Fixed

  • The curly braces parameters are really replaced inside static json now.

Changed

  • Reworked the proxy workflow to modularize response hooks + used http-proxy-middleware built-in response handler.

Added

  • Added a proxy response hook to transform hateoas links and remove their baseUrl (useful to avoid CORS issue when calling an hateoas API through Drosse's proxy)
jorinho
published 2.3.1 •

Changelog

Source

[2.3.1] - 2021-08-31

Fixed

  • Fix an issue when running the exit command in CLI. A node sub-process was staying alive when it should have been killed.
  • Fix an issue when running the rs command in CLI. The server was restarted with CLI context lost.
jorinho
published 2.3.0 •

Changelog

Source

[2.3.0] - 2021-08-30

Added

  • Added log message if the .drosserc.js file isn't loaded for some reason.
  • Added new 'rs' command in CLI to restart the server

Changed

  • Simplified startup script. If no -r or --root param is provided, the first term passed after the command name will be taken as root directory.
jorinho
published 2.2.0 •

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
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