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 1.4.0 to 1.4.1

4

index.js

@@ -7,3 +7,3 @@ module.exports = simpleGet

var url = require('url')
var unzipResponse = require('unzip-response')
var unzipResponse = require('unzip-response') // excluded from browser build
var objectAssign = require('object-assign')

@@ -47,3 +47,3 @@

cb(null, unzipResponse(res))
cb(null, typeof unzipResponse === 'function' ? unzipResponse(res) : res)
})

@@ -50,0 +50,0 @@ req.on('error', cb)

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

@@ -10,2 +10,5 @@ "name": "Feross Aboukhadijeh",

},
"browser": {
"unzip-response": false
},
"bugs": {

@@ -12,0 +15,0 @@ "url": "https://github.com/feross/simple-get/issues"

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