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

routes-utility

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

routes-utility - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

11

dist/index.js

@@ -97,3 +97,3 @@ "use strict";

lastExecutedController = currentController;
currentController.body.call(context, req, res, next, finish);
return currentController.body.call(context, req, res, next, finish);
}).catch((err) => {

@@ -105,3 +105,3 @@ next(err);

setImmediate(() => {
try {
When(null).then(() => {
_.defaults(this._statistics.PENDING.STAGES, {

@@ -112,7 +112,6 @@ [currentController.name]: 0

lastExecutedController = currentController;
currentController.body.call(context, req, req, next, finish);
}
catch (e) {
return currentController.body.call(context, req, req, next, finish);
}).catch((e) => {
next(e);
}
});
});

@@ -119,0 +118,0 @@ return def.promise;

@@ -7,3 +7,3 @@ {

},
"version": "2.0.2",
"version": "2.0.3",
"scripts": {

@@ -10,0 +10,0 @@ "test": "./node_modules/.bin/mocha --opts tests/mocha.opts tests/**/*.ts",

Sorry, the diff of this file is not supported yet

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