New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hoxy

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hoxy - npm Package Compare versions

Comparing version 2.2.4 to 2.2.5

2

lib/body.js

@@ -165,3 +165,3 @@ /*

var src = this._source;
return src ? src._buffers : undefined;
return src ? src._buffer : undefined;
},

@@ -168,0 +168,0 @@ set: function set(buffer) {

{
"name": "hoxy",
"version": "2.2.4",
"version": "2.2.5",
"author": "Greg Reimer <gregreimer@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Web-hacking proxy API for node",

@@ -27,5 +27,6 @@ # Hoxy

* Various bugfixes and performance improvements.
# Release notes:
* **2.2.5** Fixed a bug where `.buffers` was always undefined. Thanks [@Timwi](https://github.com/Timwi).
* **2.2.4** Added babel optional runtime transformer.

@@ -32,0 +33,0 @@ * **2.2.3** Fixed broken reference to lodash-node in CLI.

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