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.3 to 2.0.4

6

lib/rest-services.js

@@ -10,2 +10,4 @@ 'use strict';

var httphelper = require('./util/HTTP-Helper');
exports.create = function( options ){

@@ -15,2 +17,6 @@ return new Rest( options );

exports.httphelper = function(){
return httphelper;
};
function redirect( url ){

@@ -17,0 +23,0 @@ var status = 302;

4

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

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

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

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