Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chrome-promise-temp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-promise-temp - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

chrome-promise.js

4

package.json
{
"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_.
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