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 3.0.3 to 3.1.1

2

dist/browser.d.ts

@@ -1,2 +0,2 @@

import Promise = require('native-or-bluebird');
import Promise = require('any-promise');
import Request from './request';

@@ -3,0 +3,0 @@ import { defaults as use } from './plugins/index';

@@ -1,2 +0,2 @@

var Promise = require('native-or-bluebird');
var Promise = require('any-promise');
var index_1 = require('./plugins/index');

@@ -3,0 +3,0 @@ exports.use = index_1.defaults;

@@ -1,6 +0,6 @@

import Promise = require('native-or-bluebird');
import Promise = require('any-promise');
import Request from './request';
import { defaults as use } from './plugins/index';
export { open, abort, use };
declare function open(request: Request): Promise<any>;
declare function open(request: Request): Promise<{}>;
declare function abort(request: Request): void;

@@ -7,3 +7,3 @@ var http_1 = require('http');

var arrify = require('arrify');
var Promise = require('native-or-bluebird');
var Promise = require('any-promise');
var index_1 = require('./plugins/index');

@@ -10,0 +10,0 @@ exports.use = index_1.defaults;

@@ -1,2 +0,2 @@

var Promise = require('native-or-bluebird');
var Promise = require('any-promise');
var FormData = require('form-data');

@@ -3,0 +3,0 @@ var querystring_1 = require('querystring');

@@ -7,3 +7,3 @@ function __export(m) {

var zlib_1 = require('zlib');
var Promise = require('native-or-bluebird');
var Promise = require('any-promise');
__export(require('./common'));

@@ -10,0 +10,0 @@ var common_2 = require('./common');

@@ -1,2 +0,2 @@

import Promise = require('native-or-bluebird');
import Promise = require('any-promise');
import Base, { BaseOptions, Headers } from './base';

@@ -3,0 +3,0 @@ import Response, { ResponseOptions } from './response';

@@ -8,3 +8,3 @@ var __extends = (this && this.__extends) || function (d, b) {

var extend = require('xtend');
var Promise = require('native-or-bluebird');
var Promise = require('any-promise');
var base_1 = require('./base');

@@ -11,0 +11,0 @@ var response_1 = require('./response');

var test = require('blue-tape');
var methods = require('methods');
var FormData = require('form-data');
var Promise = require('native-or-bluebird');
var Promise = require('any-promise');
var popsicle = require('../common');

@@ -6,0 +6,0 @@ var SHORTHAND_METHODS = [

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

@@ -69,2 +69,3 @@ "main": "dist/common.js",

"dependencies": {
"any-promise": "^1.0.0",
"arrify": "^1.0.0",

@@ -76,3 +77,2 @@ "concat-stream": "^1.4.7",

"methods": "^1.1.1",
"native-or-bluebird": "^1.2.0",
"tough-cookie": "^2.0.0",

@@ -79,0 +79,0 @@ "xtend": "^4.0.0"

@@ -9,2 +9,3 @@ {

"dependencies": {
"any-promise": "github:typings/typed-any-promise#74ba6cf22149ff4de39c2338a9cb84f9ded6f042",
"arrify": "github:typings/typed-arrify#32383d5fd3e6a8614abb6dba254a3aab07cd7424",

@@ -16,6 +17,5 @@ "concat-stream": "github:typings/typed-concat-stream#099a88b57dcc9968246e8b1b3651e914a1a2c324",

"methods": "github:typings/typed-methods#b902fa13683e95d54b2bb69188f68ea3525ec430",
"native-or-bluebird": "github:typings/typed-native-or-bluebird#e9b7a479d68931ef88895d578860456bfbe91faa",
"tough-cookie": "github:typings/typed-tough-cookie#3e37dc2e6d448130d2fa4be1026e195ffda2b398",
"xtend": "github:typings/typed-xtend#63cccadf3295b3c15561ee45617ac006edcca9e0"
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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