Socket
Socket
Sign inDemoInstall

toxy

Package Overview
Dependencies
32
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.15 to 0.3.16

6

History.md
v0.3.16 / 2018-11-16
====================
* Merge pull request #63 from juhovuori/master
* Don't depend on global state
v0.3.15 / 2017-11-30

@@ -3,0 +9,0 @@ ====================

2

lib/toxy.js

@@ -20,3 +20,3 @@ const midware = require('midware')

opts = Object.assign(Toxy.defaults, opts)
opts = Object.assign({}, Toxy.defaults, opts)
Proxy.call(this, opts)

@@ -23,0 +23,0 @@

{
"name": "toxy",
"version": "0.3.15",
"version": "0.3.16",
"description": "Hackable HTTP proxy to simulate server failure scenarios and network conditions",

@@ -5,0 +5,0 @@ "repository": "h2non/toxy",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc