Socket
Socket
Sign inDemoInstall

browsermob-proxy-api

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browsermob-proxy-api - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

7

index.js

@@ -193,2 +193,9 @@ var http = require('http');

var request = http.request(options, respCallback);
request.on('error', function(err) {
if (callback !== undefined) {
callback(err, null);
}
});
if(data) { request.write(data); }

@@ -195,0 +202,0 @@ request.end();

2

package.json
{
"name": "browsermob-proxy-api",
"version": "0.3.0",
"version": "0.3.1",
"description": "NodeJS bindings for controlling a browsermob-proxy instance (creating ports, HARs, etc)",

@@ -5,0 +5,0 @@ "main": "index.js",

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