@ossiana/node-libcurl
Advanced tools
Comparing version 1.1.2-alpha-1 to 1.1.2-alpha-2
@@ -87,3 +87,3 @@ "use strict"; | ||
const libcurlRandomJA3Fingerprint = () => { | ||
const extensions = '0-23-65281-10-11-35-16-5-13-18-51-45-43-27-17513-21-41'.split('-'); | ||
const extensions = '0-23-65281-10-11-35-16-5-13-18-51-45-43-27-17513'.split('-'); | ||
const randomBytes = node_crypto_1.default.getRandomValues(new Uint32Array(extensions.length)); | ||
@@ -94,3 +94,3 @@ for (let i = randomBytes.length - 1; i >= 0; i--) { | ||
} | ||
return `771,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,${extensions.join('-')},29-23-24,0`; | ||
return `771,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,${extensions.join('-')}-21-41,29-23-24,0`; | ||
}; | ||
@@ -97,0 +97,0 @@ exports.libcurlRandomJA3Fingerprint = libcurlRandomJA3Fingerprint; |
{ | ||
"name": "@ossiana/node-libcurl", | ||
"version": "1.1.2-alpha-1", | ||
"version": "1.1.2-alpha-2", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@mapbox/node-pre-gyp": "^1.0.10", |
@@ -15,3 +15,5 @@ # node-libcurl | ||
![support](./static/support.png) | ||
## Build Status | ||
@@ -18,0 +20,0 @@ |
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
347677
80