Socket
Socket
Sign inDemoInstall

http-to-curl

Package Overview
Dependencies
8
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.2.3

2

package.json
{
"name": "http-to-curl",
"version": "1.2.2",
"version": "1.2.3",
"description": "Convert node HTTP request to curl",

@@ -5,0 +5,0 @@ "main": "lib/bundle.js",

@@ -30,3 +30,3 @@ # Node js HTTP request to cURL

//output
cURL "https://jsonplaceholder.typicode.com/posts/1" -XGET -H "Accept: application/json, text/plain, */*" -H "User-Agent: axios/0.18.0"
curl "https://jsonplaceholder.typicode.com/posts/1" -X GET -H "Accept: application/json, text/plain, */*" -H "User-Agent: axios/0.18.0"

@@ -33,0 +33,0 @@ ```

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc