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

promisify-express

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promisify-express - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

1

lib/express-promise-router.js

@@ -113,3 +113,2 @@ 'use strict';

function wrapApp(app) {
console.log('wrapping', app)
app.lazyrouter();

@@ -116,0 +115,0 @@ app._router = wrapRouter(app._router);

2

package.json
{
"name": "promisify-express",
"version": "4.0.0",
"version": "4.0.1",
"main": "lib/express-promise-router.js",

@@ -5,0 +5,0 @@ "description": "A lightweight wrapper for Express 4's Router that allows middleware to return promises",

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