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

sync-request-curl

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sync-request-curl - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

2

dist/cjs/request.js

@@ -39,3 +39,3 @@ "use strict";

curl.setOpt(node_libcurl_1.Curl.option.MAXREDIRS, options.maxRedirects || Number.MAX_SAFE_INTEGER);
curl.setOpt(node_libcurl_1.Curl.option.SSL_VERIFYPEER, Boolean(options.insecure));
curl.setOpt(node_libcurl_1.Curl.option.SSL_VERIFYPEER, !options.insecure);
// Query string parameters

@@ -42,0 +42,0 @@ handleQueryString(curl, url, options.qs);

@@ -37,3 +37,3 @@ import { Curl, Easy } from 'node-libcurl';

curl.setOpt(Curl.option.MAXREDIRS, options.maxRedirects || Number.MAX_SAFE_INTEGER);
curl.setOpt(Curl.option.SSL_VERIFYPEER, Boolean(options.insecure));
curl.setOpt(Curl.option.SSL_VERIFYPEER, !options.insecure);
// Query string parameters

@@ -40,0 +40,0 @@ handleQueryString(curl, url, options.qs);

@@ -7,3 +7,3 @@ {

},
"version": "1.5.0",
"version": "1.5.1",
"files": [

@@ -10,0 +10,0 @@ "dist"

Sorry, the diff of this file is not supported yet

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