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.7 to 1.5.8

4

package.json

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

},
"version": "1.5.7",
"version": "1.5.8",
"files": [

@@ -59,3 +59,3 @@ "dist"

"@types/morgan": "^1.9.4",
"@types/node": "^20.4.8",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "^6.3.0",

@@ -62,0 +62,0 @@ "@typescript-eslint/parser": "^6.3.0",

@@ -48,3 +48,3 @@ # sync-request-curl

Please also refer to the [compatibility](#4-compatibility) section for known issues and workarounds.
Please refer to the [compatibility](#4-compatibility) section for known issues and workarounds for Windows, MacOS and Linux.

@@ -186,3 +186,3 @@ ## 2. Usage

<td>
Body for POST and PUT requests. We recommended using <code>json</code> instead for JSON payloads, otherwise the <code>Content-Type</code> will need to be set manually.
String body for PATCH, POST and PUT requests. We recommended using <code>json</code> instead for JSON payloads, otherwise the <code>Content-Type</code> will need to be set manually.
</td>

@@ -235,3 +235,3 @@ <td>

<td>insecure</td>
<td> Set to false to send insecure requests. This can be useful on Windows which can sometimes have SSL issues (Libcurl code 60).</td>
<td> Set to true to send insecure requests. This can be useful on Windows which may have SSL issues (Libcurl code 60).</td>
<td><pre>true</pre></td>

@@ -238,0 +238,0 @@ <td><code>false</code></td>

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