Socket
Socket
Sign inDemoInstall

2way-router

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

2way-router - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

index.js

@@ -181,3 +181,3 @@ var Promise = require('promise');

return resolveRoute();
}, resolveRoute).then(resolve);
}, resolveRoute).then(resolve, reject);
}

@@ -184,0 +184,0 @@ reject(Error('route not found'));

{
"name": "2way-router",
"version": "1.2.1",
"version": "1.2.2",
"description": "2-way router",

@@ -5,0 +5,0 @@ "main": "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