middlewarify
Advanced tools
Comparing version 0.4.0 to 1.0.0
{ | ||
"name": "middlewarify", | ||
"description": "Apply the middleware pattern to any function.", | ||
"version": "0.4.0", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/thanpolas/middlewarify", | ||
@@ -33,12 +33,12 @@ "author": { | ||
"dependencies": { | ||
"lodash": "~2.4.1", | ||
"async": "~0.9.0", | ||
"bluebird": "~2.2.2" | ||
"lodash": "~3.10.0", | ||
"async": "~1.4.0", | ||
"bluebird": "~2.9.34" | ||
}, | ||
"devDependencies": { | ||
"sinon": "~1.10.3", | ||
"mocha": "~1.21.0", | ||
"chai": "~1.9.1", | ||
"sinon": "~1.15.4", | ||
"mocha": "~2.2.5", | ||
"chai": "~3.2.0", | ||
"grunt": "~0.4.5", | ||
"grunt-release": "~0.7.0" | ||
"grunt-release": "~0.13.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "keywords": [ |
@@ -308,2 +308,5 @@ # Middlewarify | ||
- **v1.0.0**, *23 Jul 2015* | ||
- Honorary release. | ||
- Update all dependencies to latest | ||
- **v0.4.0**, *25 Jul 2014* | ||
@@ -341,4 +344,5 @@ - Now After & Last middlewares may alter the result value by returning a non undefined value. | ||
## License | ||
Copyright 2014 Thanasis Polychronakis | ||
Copyright ©2015 Thanasis Polychronakis | ||
Licensed under the [MIT License](LICENSE-MIT) | ||
@@ -345,0 +349,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
48041
0
354
+ Addedasync@1.4.2(transitive)
+ Addedbluebird@2.9.34(transitive)
+ Addedlodash@3.10.1(transitive)
- Removedasync@0.9.2(transitive)
- Removedbluebird@2.2.2(transitive)
- Removedlodash@2.4.2(transitive)
Updatedasync@~1.4.0
Updatedbluebird@~2.9.34
Updatedlodash@~3.10.0