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

connect-rest

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-rest - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

4

lib/dispatcher.js

@@ -7,4 +7,6 @@ var Path = require('./path');

return function(req, res, next) {
if( method !== req.method )
if(method !== req.method && method !== "*") {
return next();
}

@@ -11,0 +13,0 @@ if(!req.query) req.query = {};

{
"name": "connect-rest",
"version": "0.7.1",
"version": "0.7.2",
"description": "Exceptionally featureful RESTful web services middleware for Connect.",

@@ -51,3 +51,3 @@ "keywords": [

},
"_id": "connect-rest@0.7.1"
"_id": "connect-rest@0.7.2"
}
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