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 3.0.0 to 3.0.1

4

lib/rest-services.js

@@ -12,4 +12,4 @@ let url = require('url')

exports.httphelper = function ( opts ) {
return new Httphelper( opts )
exports.httphelper = function ( options, defaultOPTS ) {
return new Httphelper( options, defaultOPTS )
}

@@ -16,0 +16,0 @@

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,2 +0,2 @@

CONNECT-REST - Exceptionally featureful Restful web services middleware for connect node.js
CONNECT-REST - Exceptionally featureful Restful web services middleware for connect / node.js

@@ -6,12 +6,4 @@ [![Join the chat at https://gitter.im/imrefazekas/connect-rest](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/imrefazekas/connect-rest?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![npm version](https://badge.fury.io/js/connect-rest.svg)](http://badge.fury.io/js/connect-rest)

__Important__ : [connect-rest](https://github.com/imrefazekas/connect-rest) __>v1.0__ is compatible with [connect](http://www.senchalabs.org/connect/) __>v3.0__. All examples/tests are complying with this rule!
__! Note !__ From version 3.0.0, [connect-rest](https://github.com/imrefazekas/connect-rest) requires NodeJS 8.0.0 or higher and async/await based! For node <8.0.0 please use older version of the lib.
For [connect](http://www.senchalabs.org/connect/) __v2__, please use the version __0.9.14__ of [connect-rest](https://github.com/imrefazekas/connect-rest)!
__! Note !__ From version 3.0.0, connect-rest requires NodeJS 8.0.0 or higher and async/await based!
From version 2.0.0 connect-rest requires NodeJS 4.0.0 or higher!
Version 1.7.0 is not fully compatible with 1.6.x and below due to the redesigned protector concept.
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

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