@ossiana/node-libcurl
Advanced tools
Comparing version 1.2.10 to 1.3.0
@@ -7,2 +7,3 @@ import { LibCurl, LibCurlJA3FingerPrintInfo, LibCurlURLInfo } from "./libcurl"; | ||
cookie?: string; | ||
timeout?: number; | ||
ja3?: LibCurlJA3FingerPrintInfo; | ||
@@ -9,0 +10,0 @@ } |
@@ -27,2 +27,5 @@ "use strict"; | ||
curl.setRequestHeaders(headers.join("\n")); | ||
if (option.timeout) { | ||
curl.setTimeout(option.timeout, option.timeout); | ||
} | ||
if (option.ja3) { | ||
@@ -29,0 +32,0 @@ curl.setJA3Fingerprint(option.ja3); |
{ | ||
"name": "@ossiana/node-libcurl", | ||
"version": "1.2.10", | ||
"version": "1.3.0", | ||
"author": { | ||
@@ -31,6 +31,6 @@ "name": "Ossian" | ||
"optionalDependencies": { | ||
"@ossiana/node-libcurl-darwin-x64": "1.2.10", | ||
"@ossiana/node-libcurl-darwin-arm64": "1.2.10", | ||
"@ossiana/node-libcurl-linux-x64-gnu": "1.2.10", | ||
"@ossiana/node-libcurl-win32-x64-msvc": "1.2.10" | ||
"@ossiana/node-libcurl-darwin-x64": "1.3.0", | ||
"@ossiana/node-libcurl-darwin-arm64": "1.3.0", | ||
"@ossiana/node-libcurl-linux-x64-gnu": "1.3.0", | ||
"@ossiana/node-libcurl-win32-x64-msvc": "1.3.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "main": "./dist/index.js", |
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
97456
1564