Socket
Socket
Sign inDemoInstall

httpsnippet

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

httpsnippet - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

src/targets/go/index.js

2

package.json
{
"version": "1.0.0",
"version": "1.1.0",
"name": "httpsnippet",

@@ -4,0 +4,0 @@ "description": "HTTP Request snippet generator for *most* languages",

@@ -28,2 +28,3 @@ # HTTP Snippet [![version][npm-version]][npm-url] [![License][npm-license]][license-url]

- [cURL](http://curl.haxx.se/)
- [Go](http://golang.org/pkg/net/http/#NewRequest)
- [HTTPie](http://httpie.org)

@@ -189,2 +190,9 @@ - Node.js

### Go
| Option | Default | Description |
| --------------- | ------- | ------------------------------------------------------------------------ |
| `errorChecking` | `false` | add error checking for request, response and body |
| `printBody` | `true` | include code to print the body as a string |
### HTTPie

@@ -191,0 +199,0 @@

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