New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

all-promises

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

all-promises - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

12

package.json
{
"name": "all-promises",
"version": "1.3.0",
"version": "1.4.0",
"description": "Collect all Promise Implementations",

@@ -24,7 +24,7 @@ "main": "index.js",

"dependencies": {
"bluebird": "^3.3.5",
"es6-promise": "^3.1.2",
"bluebird": "^3.4.6",
"es6-promise": "^4.0.5",
"es6-promise-polyfill": "^1.2.0",
"es6-promises": "^1.0.10",
"lie": "^3.0.2",
"lie": "^3.1.0",
"my-promise": "^1.1.0",

@@ -36,7 +36,7 @@ "native-promise-only": "^0.8.1",

"q": "^1.4.1",
"rsvp": "^3.2.1",
"rsvp": "^3.3.3",
"vow": "^0.4.12",
"when": "^3.7.7",
"yaku": "^0.15.7"
"yaku": "^0.16.7"
}
}

@@ -8,3 +8,3 @@ [![Build status][travis-image]][travis-url]

This project is try to collect all Promise implementations which follow [ECMAScript 6 draft](http://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects) (which based on [Promises/A+ 1.1.1](https://promisesaplus.com/)).
This project is try to collect all Promise implementations which follow [ECMAScript 6](http://www.ecma-international.org/ecma-262/6.0/) (which based on [Promises/A+ 1.1.1](https://promisesaplus.com/)).

@@ -11,0 +11,0 @@

@@ -36,3 +36,3 @@ 'use strict'

promises.has('es6-promise-polyfill') // false
promises.register('es6-promise-polyfill')
promises.register('es6-promise-polyfill', [], 'Polyfill')
promises.has('es6-promise-polyfill') // true

@@ -39,0 +39,0 @@ var impl = promises.get('es6-promise-polyfill')

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