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 2.0.2 to 2.0.3

4

lib/services/Remover.js

@@ -10,6 +10,6 @@ 'use strict';

var newRoutes = [];
_.each(this.mapping[ key ], function(route){
this.mapping[ key ].forEach( function(route){
if( !route.matches( null, path, version || '*', _, semver, false, false ) )
newRoutes.push( route );
});
} );
this.mapping[ key ] = newRoutes;

@@ -16,0 +16,0 @@ };

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

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

},
"_id": "connect-rest@2.0.2"
"_id": "connect-rest@2.0.3"
}

Sorry, the diff of this file is not supported yet

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