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

Comparing version 1.11.0 to 1.11.1

4

app/builder.js

@@ -35,3 +35,3 @@ const proxy = require('http-proxy-middleware')

getThrottleMiddleware(def),
(req, res, next) => {
async (req, res, next) => {
let response

@@ -42,3 +42,3 @@

const service = loadService(root, verb)
response = service(api)
response = await service(api)
}

@@ -45,0 +45,0 @@

@@ -10,2 +10,6 @@ # Changelog

## [1.11.1] - 2021-02-18
### Added
- Support for async services
## [1.11.0] - 2021-02-12

@@ -84,3 +88,4 @@ ### Added

[Unreleased]: https://github.com/jota-one/drosse/compare/1.11.0...develop
[Unreleased]: https://github.com/jota-one/drosse/compare/1.11.1...develop
[1.11.1]: https://github.com/jota-one/drosse/compare/1.11.0...1.11.1
[1.11.0]: https://github.com/jota-one/drosse/compare/1.10.0...1.11.0

@@ -87,0 +92,0 @@ [1.10.0]: https://github.com/jota-one/drosse/compare/1.9.0...1.10.0

{
"name": "@jota-one/drosse",
"version": "1.11.0",
"version": "1.11.1",
"description": "Mock your backend the right way.",

@@ -5,0 +5,0 @@ "main": "app/index.js",

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