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.3.2 to 0.4.0

3

index.js
var http = require('http');
var bytes = require('utf8-length');

@@ -181,3 +182,3 @@ function formEncode(params) {

'Content-Type': mimeType,
'Content-Length': data.length
'Content-Length': bytes(data)
};

@@ -184,0 +185,0 @@ }

{
"name": "browsermob-proxy-api",
"version": "0.3.2",
"version": "0.4.0",
"description": "NodeJS bindings for controlling a browsermob-proxy instance (creating ports, HARs, etc)",

@@ -9,8 +9,18 @@ "main": "index.js",

},
"keywords": ["nodejs", "browsermob-proxy", "API", "HAR", "test"],
"keywords": [
"nodejs",
"browsermob-proxy",
"API",
"HAR",
"test"
],
"author": "jmangs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jmangs/node-browsermob-proxy.git"
"type": "git",
"url": "https://github.com/jmangs/node-browsermob-proxy.git"
},
"dependencies": {
"utf8-length": "0.0.1"
}
}
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