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 1.2.0 to 1.2.1

6

dist/lib/common.js

@@ -8,8 +8,2 @@ var extend = require('xtend');

var jar_1 = require('./jar');
if (typeof Promise === 'undefined') {
var context = typeof window === 'object' ? 'window' : 'global';
var message = (context + ".Promise is undefined and must be polyfilled. ") +
"Try using https://github.com/jakearchibald/es6-promise instead.";
throw new TypeError(message);
}
function extendDefaults(defaults, options) {

@@ -16,0 +10,0 @@ if (typeof options === 'string') {

2

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

@@ -5,0 +5,0 @@ "main": "dist/lib/index.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