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 8.1.0 to 8.1.1

3

dist/common.d.ts

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

import FormData = require('form-data');
import Request, { RequestOptions, DefaultsOptions } from './request';

@@ -16,3 +17,3 @@ import Response from './response';

export declare const head: (options: RequestOptions | string) => Request;
export { Request, Response, PopsicleError, plugins, form, jar, createTransport };
export { Request, Response, PopsicleError, FormData, plugins, form, jar, createTransport };
export default request;
"use strict";
var FormData = require('form-data');
exports.FormData = FormData;
var extend = require('xtend');

@@ -3,0 +5,0 @@ var request_1 = require('./request');

{
"name": "popsicle",
"version": "8.1.0",
"version": "8.1.1",
"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