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 8.0.3 to 8.0.4

6

dist/plugins/common.js

@@ -69,5 +69,2 @@ "use strict";

var responseType = response.type();
if (responseType == null) {
throw request.error("Unable to parse invalid response content type", 'EPARSE');
}
if (body == null || body === '') {

@@ -77,2 +74,5 @@ response.body = null;

}
if (responseType == null) {
throw request.error("Unable to parse invalid response content type", 'EPARSE');
}
if (typeof body !== 'string') {

@@ -79,0 +79,0 @@ throw request.error("Unable to parse non-string response body", 'EPARSE');

{
"name": "popsicle",
"version": "8.0.3",
"version": "8.0.4",
"description": "Simple HTTP requests for node and the browser",

@@ -5,0 +5,0 @@ "main": "dist/common.js",

Sorry, the diff of this file is not supported yet

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