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

simple-get

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-get - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

1

index.js

@@ -25,2 +25,3 @@ module.exports = simpleGet

if (opts.json && body) opts.headers['content-type'] = 'application/json'
if (body) opts.headers['Content-Length'] = body.length

@@ -27,0 +28,0 @@ // Request gzip/deflate

4

package.json
{
"name": "simple-get",
"description": "Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.",
"version": "2.2.2",
"version": "2.2.3",
"author": {

@@ -24,3 +24,3 @@ "name": "Feross Aboukhadijeh",

"self-signed-https": "^1.0.5",
"standard": "^7.0.1",
"standard": "*",
"string-to-stream": "^1.0.0",

@@ -27,0 +27,0 @@ "tape": "^4.0.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