Socket
Socket
Sign inDemoInstall

asap

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

13

package.json
{
"name": "asap",
"version": "2.0.0",
"version": "2.0.1",
"description": "High-priority task queue for Node.js and browsers",

@@ -20,5 +20,5 @@ "keywords": [

"browser": {
"asap": "./browser-asap.js",
"raw": "./browser-raw.js",
"test/domain": "./test/browser-domain.js"
"./asap": "./browser-asap.js",
"./raw": "./browser-raw.js",
"./test/domain": "./test/browser-domain.js"
},

@@ -32,3 +32,4 @@ "files": [

"scripts": {
"test": "npm run test-node && npm run lint",
"test": "npm run lint && npm run test-node",
"test-travis": "npm run lint && npm run test-node && npm run test-saucelabs && npm run test-saucelabs-worker",
"test-node": "node test/asap-test.js",

@@ -41,3 +42,3 @@ "test-publish": "node scripts/publish-bundle.js test/asap-test.js | pbcopy",

"test-saucelabs-worker-all": "node scripts/saucelabs-worker-test.js scripts/saucelabs-all-configurations.json",
"lint": "jshint raw.js asap.js browser-raw.js browser-asap.js scripts"
"lint": "jshint raw.js asap.js browser-raw.js browser-asap.js $(find scripts -name '*.js' | grep -v gauntlet)"
},

@@ -44,0 +45,0 @@ "devDependencies": {

@@ -111,2 +111,21 @@ # ASAP

## Compatibility
ASAP is tested on Node.js v0.10 and in a broad spectrum of web browsers.
The following charts capture the browser test results for the most recent
release.
The first chart shows test results for ASAP running in the main window context.
The second chart shows test results for ASAP running in a web worker context.
Test results are inconclusive (grey) on browsers that do not support web
workers.
These data are captured automatically by [Continuous
Integration][].
[Continuous Integration]: https://github.com/kriskowal/asap/blob/master/CONTRIBUTING.md
![Browser Compatibility](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration-2/saucelabs-results-matrix.svg)
![Compatibility in Web Workers](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration-2/saucelabs-worker-results-matrix.svg)
## Caveats

@@ -113,0 +132,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc