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

3

dist/common.d.ts

@@ -6,2 +6,3 @@ import Request, { RequestOptions, DefaultsOptions } from './request';

import jar from './jar';
import PopsicleError from './error';
import * as transport from './index';

@@ -17,3 +18,3 @@ export declare function defaults(defaultsOptions: DefaultsOptions): (options: RequestOptions | string) => Request;

export declare const head: (options: RequestOptions | string) => Request;
export { Request, Response, plugins, form, jar, transport };
export { Request, Response, PopsicleError, plugins, form, jar, transport };
export default request;

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

exports.jar = jar_1.default;
var error_1 = require('./error');
exports.PopsicleError = error_1.default;
var transport = require('./index');

@@ -14,0 +16,0 @@ exports.transport = transport;

{
"name": "popsicle",
"version": "3.0.2",
"version": "3.0.3",
"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