node-ipinfo
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -94,3 +94,4 @@ "use strict"; | ||
timeout: this.timeout, | ||
method: "GET" | ||
method: "GET", | ||
compress: false | ||
}, init, { headers: Object.assign(headers, init.headers) }); | ||
@@ -97,0 +98,0 @@ url = [this.baseUrl, path].join(!this.baseUrl.endsWith("/") && !path.startsWith("/") ? "/" : ""); |
{ | ||
"name": "node-ipinfo", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Official Node client library for IPinfo", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/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
147883
4927