New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6 to 0.0.7

4

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

@@ -17,2 +17,3 @@ "author": "Andrew G Kuznetsov <cav@cav.ru>",

"router",
"routes",
"promisify",

@@ -38,2 +39,3 @@ "asynchronous",

"dependencies": {
"fs-extra": "^5.0.0",
"is-promise": "^2.1.0",

@@ -40,0 +42,0 @@ "methods": "^1.1.2"

@@ -50,2 +50,8 @@ # Express Exorcism

NB: If you're using `import` instead of `require` and `express-exorcism` is not
working for you, it means that `express.Router` instances are created **before**
`express-exorcism` wrapper is run. For example if you have `import './routes'`
**even after** wrapping `express` - node will run it before.
Singleton wrapper

@@ -52,0 +58,0 @@ --------------

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