sync-request-curl
Advanced tools
Comparing version 1.5.7 to 1.5.8
@@ -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> |
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
42182