connect-rest
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117829
926