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.5 to 0.7.6

2

lib/connect-rest.js

@@ -6,3 +6,3 @@ /*

*/
var VERSION = '0.7.5';
var VERSION = '0.7.6';

@@ -9,0 +9,0 @@ var connect = require('connect');

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

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

@@ -10,0 +9,0 @@ return next();

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

@@ -43,6 +43,6 @@ "keywords": [

"grunt": "~0.4",
"grunt-contrib-jshint": "~0.7",
"grunt-contrib-connect": "~0.5",
"grunt-contrib-jshint": "~0.8",
"grunt-contrib-connect": "~0.6",
"grunt-contrib-nodeunit": "~0.2",
"should": "~1"
"should": "~2"
},

@@ -52,3 +52,3 @@ "engines": {

},
"_id": "connect-rest@0.7.4"
"_id": "connect-rest@0.7.6"
}

@@ -37,3 +37,3 @@ var rest = require('../lib/connect-rest');

} );
connectApp.use( connect.static('./test/www') );

@@ -40,0 +40,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