You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

pinkie-promise

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 2.0.0

8

package.json
{
"name": "pinkie-promise",
"version": "1.0.0",
"description": "ES6 Promise ponyfill",
"version": "2.0.0",
"description": "ES2015 Promise ponyfill",
"license": "MIT",

@@ -23,2 +23,4 @@ "repository": "floatdrop/pinkie-promise",

"promise",
"promises",
"es2015",
"es6",

@@ -29,3 +31,3 @@ "polyfill",

"dependencies": {
"pinkie": "^1.0.0"
"pinkie": "^2.0.0"
},

@@ -32,0 +34,0 @@ "devDependencies": {

# pinkie-promise [![Build Status](https://travis-ci.org/floatdrop/pinkie-promise.svg?branch=master)](https://travis-ci.org/floatdrop/pinkie-promise)
> [ES6 Promise](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects) ponyfill
>
> Ponyfill: A polyfill that doesn't overwrite the native method
> [ES2015 Promise](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects) ponyfill

@@ -24,4 +22,8 @@ Module exports global Promise object (if available) or [`pinkie`](http://github.com/floatdrop/pinkie) Promise polyfill.

## Related
- [pify](https://github.com/sindresorhus/pify) - Promisify a callback-style function
## License
MIT © [Vsevolod Strukchinsky](http://github.com/floatdrop)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc