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 9.2.0 to 10.0.0

1

dist/form.d.ts

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

/// <reference types="form-data" />
import FormData = require('form-data');
export default function form(obj: any): FormData;

14

package.json
{
"name": "popsicle",
"version": "9.2.0",
"version": "10.0.0",
"description": "Simple HTTP requests for node and the browser",
"main": "dist/common.js",
"types": "dist/common.d.ts",
"files": [
"dist/",
"typings.json",
"LICENSE",

@@ -30,3 +30,3 @@ "logo.svg"

"test": "npm run lint && npm run build && npm run test-server-open && npm run test-cov && npm run test-browser; EXIT=$?; npm run test-server-close; exit $EXIT",
"prepublish": "typings install && npm run build"
"prepublish": "npm run build"
},

@@ -57,2 +57,3 @@ "repository": {

"devDependencies": {
"@types/blue-tape": "^0.1.30",
"@types/node": "^8.0.0",

@@ -71,6 +72,9 @@ "blue-tape": "^1.0.0",

"tslint-config-standard": "^7.0.0",
"typescript": "^2.4.1",
"typings": "^2.0.0"
"typescript": "^2.4.1"
},
"dependencies": {
"@types/concat-stream": "^1.6.0",
"@types/form-data": "0.0.33",
"@types/methods": "^1.1.0",
"@types/tough-cookie": "^2.3.0",
"concat-stream": "^1.4.7",

@@ -77,0 +81,0 @@ "form-data": "^2.0.0",

@@ -412,16 +412,4 @@ # ![Popsicle](https://cdn.rawgit.com/blakeembrey/popsicle/master/logo.svg)

This project is written using [TypeScript](https://github.com/Microsoft/TypeScript) and [typings](https://github.com/typings/typings). Since version `1.3.1`, you can install the type definition using `typings`.
This project is written using [TypeScript](https://github.com/Microsoft/TypeScript) and publishes the typings to NPM alongside the package.
```
typings install npm:popsicle --save
```
Note that for a brand new project you might need to add the definition for node via the following command:
```
typings install env~node --save --global
```
Make sure you add `typings/index.d.ts` to your TypeScript project (using `files` or `includes` in `tsconfig.json`) if it isn't already.
## Development

@@ -428,0 +416,0 @@

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

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

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