Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

middlewarify

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

middlewarify - npm Package Compare versions

Comparing version 0.4.0 to 1.0.0

16

package.json
{
"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 @@

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