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

rocky

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rocky - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

6

lib/middleware/response-body.js

@@ -60,3 +60,7 @@ const zlib = require('zlib')

var body = Buffer.concat(buf, length)
try {
var body = Buffer.concat(buf, length)
} catch (e) {
var body = ""
}

@@ -63,0 +67,0 @@ // Expose the current body buffer

2

package.json
{
"name": "rocky",
"version": "0.4.4",
"version": "0.4.5",
"description": "Full-featured, middleware-oriented HTTP and WebSocket proxy supporting traffic replay and intercept",

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

@@ -130,3 +130,4 @@ # rocky [![Build Status](https://api.travis-ci.org/h2non/rocky.svg?branch=master&style=flat)](https://travis-ci.org/h2non/rocky) [![Code Climate](https://codeclimate.com/github/h2non/rocky/badges/gpa.svg)](https://codeclimate.com/github/h2non/rocky) [![NPM](https://img.shields.io/npm/v/rocky.svg)](https://www.npmjs.org/package/rocky)

- [toxy](https://github.com/h2non/toxy) - Hackable HTTP proxy to simulare server failures and network conditions
- [toxy](https://github.com/h2non/toxy) - Hackable HTTP proxy to simulare server failures and network conditions.
- [balboa](https://github.com/h2non/balboa) - Simple, hackable HTTP forward proxy.

@@ -133,0 +134,0 @@ Open an issue or send a PR to add your project!

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