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

foxy

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

foxy - npm Package Compare versions

Comparing version 10.1.0 to 10.1.1

6

lib/config.js

@@ -51,5 +51,3 @@ "use strict";

*/
middleware: [
utils.handleIe
]
middleware: []
});

@@ -90,4 +88,6 @@

item.set("middleware", item.get("middleware").concat([utils.handleIe]));
return item;
});
};
{
"name": "foxy",
"version": "10.1.0",
"version": "10.1.1",
"description": "Proxy with response modding",

@@ -8,5 +8,6 @@ "main": "index.js",

"lint": "jshint *.js lib/*.js test/src/*.js test/src/*/*.js",
"unit": "mocha --recursive test/specs",
"es6": "babel test/src --out-dir test/specs",
"unit": "npm run es6 && mocha --recursive test/specs",
"cover": "npm run lint && istanbul cover _mocha --report lcovonly -- --timeout 10000 --recursive test/specs && istanbul-coveralls",
"test": "npm run lint && gulp es6 && npm run unit"
"test": "npm run lint && npm run unit"
},

@@ -37,8 +38,6 @@ "repository": "shakyShane/foxy",

"devDependencies": {
"beeper": "^1.0.0",
"babel": "^4.7.16",
"browser-sync": "^2.3.1",
"chai": "^2.1.2",
"connect-gzip": "^0.1.6",
"gulp": "^3.8.11",
"gulp-traceur": "^0.17.0",
"istanbul": "^0.3.8",

@@ -54,5 +53,4 @@ "istanbul-coveralls": "^1.0.2",

"socket.io-client": "^1.3.5",
"stream-combiner2": "^1.0.2",
"supertest": "^0.15.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