node-curl-impersonate
Advanced tools
Comparing version 1.3.9 to 1.4.0
{ | ||
"name": "node-curl-impersonate", | ||
"version": "1.3.9", | ||
"version": "1.4.0", | ||
"description": "A wrapper around cURL-impersonate, a binary which can be used to bypass TLS fingerprinting.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
{ | ||
"compilerOptions": { | ||
"target": "ESNext", // Target ESNext for modern features | ||
"module": "ES2020", // Output CommonJS for Node.js compatibility | ||
"module": "CommonJS", // Output CommonJS for Node.js compatibility | ||
"strict": true, // Enable strict type checking | ||
@@ -6,0 +6,0 @@ "esModuleInterop": true, // Enable ES module interop |
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
9092131