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

multifetch

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multifetch - npm Package Compare versions

Comparing version 0.1.3 to 1.0.0

12

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

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