Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ossiana/node-libcurl

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ossiana/node-libcurl - npm Package Compare versions

Comparing version 1.2.10 to 1.3.0

1

dist/libcurlWebSocket.d.ts

@@ -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);

10

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc