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

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.2.0 to 0.3.0

6

index.js

@@ -63,3 +63,5 @@ var http = require('http');

limit: this.setLimit,
limit: function() {
this.setLimit.apply(this, arguments);
},

@@ -186,3 +188,3 @@ getURLWhiteList: function(port, callback) {

}
if(self.debug) { console.log(resp); }
if(self.debug && resp) { console.log(resp); }
if(callback !== undefined) { callback(err, resp); }

@@ -189,0 +191,0 @@ });

{
"name": "browsermob-proxy-api",
"version": "0.2.0",
"version": "0.3.0",
"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