node-http-proxy-json
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -66,3 +66,3 @@ 'use strict'; | ||
// The rewrite response method is replaced by unzip stream. | ||
res.write = data => unzip.write(data); | ||
res.write = data => { unzip.write(data) }; | ||
@@ -69,0 +69,0 @@ res.end = () => unzip.end(); |
{ | ||
"name": "node-http-proxy-json", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "for node-http-proxy transform the response json from the proxied server.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
25190