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

popsicle

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

popsicle - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

package.json
{
"name": "popsicle",
"version": "0.5.1",
"version": "0.5.2",
"description": "Simple HTTP requests for node and the browser",

@@ -5,0 +5,0 @@ "main": "popsicle.js",

@@ -1277,8 +1277,8 @@ /* global define */

request.once('error', function (err) {
request.once('error', function () {
return reject(req.aborted ? abortError(req) : unavailableError(req))
})
// TODO: Figure out why there's two errors proxying under `0.10`.
requestProxy.once('error', function () {})
// Node 0.10 needs to catch errors on the request proxy.
requestProxy.once('error', reject)

@@ -1285,0 +1285,0 @@ req._raw = request

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