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 1.0.1 to 1.0.2

4

package.json
{
"name": "multifetch",
"version": "1.0.1",
"version": "1.0.2",
"repository": "git@github.com:e-conomic/multifetch.git",

@@ -8,3 +8,3 @@ "description": "Express middleware for performing internal batch requests",

"scripts": {
"test": "node ./test.js"
"test": "mocha"
},

@@ -11,0 +11,0 @@ "dependencies": {

@@ -34,3 +34,3 @@ var url = require('url');

return Object.keys(query).reduce(function(acc, key) {
if(key !== path && ignore.indexOf(key) === -1) {
if(query[key] !== path && ignore.indexOf(key) === -1) {
acc[key] = query[key];

@@ -37,0 +37,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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