New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.7.12 to 1.7.14

2

lib/connect-rest.js

@@ -74,3 +74,3 @@ /*

var Logger = require('./logger');
var VERSION = exports.VERSION = '1.7.12';
var VERSION = exports.VERSION = '1.7.14';
var logger;

@@ -77,0 +77,0 @@

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

if(!req.query) req.query = {};
//if(!req.query) req.query = {};
if(!req.params) req.params = {};

@@ -14,0 +14,0 @@

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

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

},
"_id": "connect-rest@1.7.12"
"_id": "connect-rest@1.7.14"
}

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