Socket
Socket
Sign inDemoInstall

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.10 to 0.5.11

2

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

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

@@ -189,3 +189,3 @@ /* global define */

/**
* Create a CSP error instance (Cross-.
* Create a CSP error instance (Content Security Policy).
*

@@ -1470,2 +1470,8 @@ * @param {Request} req

// Catch URLs that will cause the request to hang indefinitely in
// CORS enabled environments like Atom Editor.
if (/^https?\:\/*(?:[~#\\\?;\:]|$)/.test(url)) {
return reject(unavailableError(req))
}
var xhr = req._raw = getXHR()

@@ -1472,0 +1478,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