browsermob-proxy-api
Advanced tools
Comparing version 0.3.2 to 0.4.0
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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
0
179
8479
1
3
+ Addedutf8-length@0.0.1
+ Addedutf8-length@0.0.1(transitive)