node-curl-impersonate
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -187,2 +187,3 @@ /* | ||
export default CurlImpersonate; | ||
module.exports = CurlImpersonate; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "node-curl-impersonate", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "A wrapper around cURL-impersonate, a binary which can be used to bypass TLS fingerprinting.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -237,2 +237,3 @@ /* | ||
export default CurlImpersonate | ||
export default CurlImpersonate | ||
module.exports = CurlImpersonate |
Sorry, the diff of this file is not supported yet
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
9090209
500