Comparing version 0.18.1 to 0.18.2
@@ -23,4 +23,8 @@ const request = require('request'); | ||
delete headers.host; | ||
// TODO: Should we support an option to rewrite `origin` header? | ||
// Don't record the `transfer-encoding` header since `chunked` value can cause `ParseError`s with `request`. | ||
delete headers['transfer-encoding']; | ||
const reqUrl = makeRequestUrl(req); | ||
@@ -27,0 +31,0 @@ |
{ | ||
"name": "mockyeah", | ||
"version": "0.18.1", | ||
"version": "0.18.2", | ||
"description": "A powerful service mocking, recording, and playback utility.", | ||
@@ -85,3 +85,3 @@ "main": "index.js", | ||
"private": false, | ||
"gitHead": "08e2b588271871f44d838e66158df06c11e04723" | ||
"gitHead": "f4549e1b21449ce6ef48400d7ff412262c553173" | ||
} |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
4348
2
490185
89