chrome-promise-temp
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "chrome-promise-temp", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Promises for chrome JavaScript APIs which are used in extensions and apps.", | ||
@@ -10,3 +10,3 @@ "main": "./chrome-promise", | ||
"files": [ | ||
"./chrome-promise.js" | ||
"chrome-promise.js" | ||
], | ||
@@ -13,0 +13,0 @@ "repository": { |
chrome-promise | ||
========== | ||
[![npm version](http://img.shields.io/npm/v/chrome-promise.svg)](https://npmjs.org/package/chrome-promise) | ||
[![bower version](https://img.shields.io/bower/v/chrome-promise.svg)](https://github.com/tfoxy/chrome-promise/releases) | ||
[![npm version](http://img.shields.io/npm/v/chrome-promise-temp.svg)](https://npmjs.org/package/chrome-promise-temp) | ||
[![build status](https://img.shields.io/travis/tfoxy/chrome-promise.svg)](https://travis-ci.org/tfoxy/chrome-promise) | ||
@@ -45,3 +44,3 @@ | ||
}); | ||
return Promise.all(promises); | ||
@@ -73,3 +72,3 @@ }).then(function(languages) { | ||
* `chrome` is the chrome API object. By default (or when null or undefined are used), it is the 'chrome' global property. | ||
* `chrome` is the chrome API object. By default (or when null or undefined are used), it is the 'chrome' global property. | ||
@@ -81,3 +80,3 @@ * `Promise` is the object used to create promises. By default, it is the 'Promise' global property. | ||
Starting from Chrome 39, you can use | ||
Starting from Chrome 39, you can use | ||
[generator functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*). | ||
@@ -124,2 +123,2 @@ Using the methods [Q.async](https://github.com/kriskowal/q/wiki/API-Reference#qasyncgeneratorfunction) | ||
You can also use the [co library](https://github.com/tj/co) instead of _Q_. | ||
You can also use the [co library](https://github.com/tj/co) instead of _Q_. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7424
4
71
0
121