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.3 to 0.5.4

2

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

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

@@ -1295,7 +1295,7 @@ /* global define */

*
* @param {*} object
* @param {*} obj
* @return {Boolean}
*/
isHostObject = function (object) {
return object instanceof Buffer || object instanceof FormData
isHostObject = function (obj) {
return obj instanceof Buffer || typeof obj.pipe === 'function'
}

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