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

express-exorcism

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-exorcism - npm Package Compare versions

Comparing version 0.0.9 to 0.1.0

2

package.json
{
"name": "express-exorcism",
"version": "0.0.9",
"version": "0.1.0",
"description": "Express.js router wrapper for async routes",

@@ -5,0 +5,0 @@ "author": "Andrew G Kuznetsov <cav@cav.ru>",

@@ -71,4 +71,2 @@ const methods = require('methods').concat('all');

Router[config.methodGroupName] = {};
config.methodList

@@ -93,5 +91,5 @@ .map((methodName) => {

// Filling group method
Router[config.methodGroupName][method.name] = method.wrapped;
Router[config.methodGroupName + method.name.charAt(0).toUpperCase() + method.name.slice(1)] = method.wrapped;
});
return Router;
};
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