Comparing version 0.1.3 to 1.0.0
{ | ||
"name": "multifetch", | ||
"version": "0.1.3", | ||
"version": "1.0.0", | ||
"repository": "git@github.com:e-conomic/multifetch.git", | ||
@@ -11,8 +11,8 @@ "description": "Express middleware for performing internal batch requests", | ||
"dependencies": { | ||
"pump": "~0.2.3", | ||
"extend": "~1.2.1" | ||
"pump": "~1.0.0", | ||
"extend": "~2.0.0" | ||
}, | ||
"devDependencies": { | ||
"request": "~2.30.0", | ||
"express": "~3.4.7", | ||
"express": "~4.10.1", | ||
"mocha": "~1.15.1", | ||
@@ -23,3 +23,5 @@ "chai": "~1.8.1", | ||
"mocha-jshint": "~0.0.7", | ||
"once": "~1.3.0" | ||
"once": "~1.3.0", | ||
"method-override": "~2.3.0", | ||
"body-parser": "~1.9.2" | ||
}, | ||
@@ -26,0 +28,0 @@ "license": "MIT", |
@@ -8,3 +8,3 @@ multifetch [![Build Status](https://travis-ci.org/e-conomic/multifetch.png?branch=master)](https://travis-ci.org/e-conomic/multifetch) | ||
Developed and tested with `node 0.10`. | ||
Developed and tested with `node 0.10`. Versions above `1.0.0` of this module are tested with `express 4`, while previous versions used `express 3`. | ||
@@ -11,0 +11,0 @@ Usage |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14844
1
10
+ Addedend-of-stream@1.4.4(transitive)
+ Addedextend@2.0.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpump@1.0.3(transitive)
- Removedend-of-stream@0.1.5(transitive)
- Removedextend@1.2.1(transitive)
- Removedonce@1.2.01.3.3(transitive)
- Removedpump@0.2.3(transitive)
Updatedextend@~2.0.0
Updatedpump@~1.0.0