Socket
Socket
Sign inDemoInstall

asap

Package Overview
Dependencies
0
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.5 to 2.0.6

6

CHANGES.md
## 2.0.6
Version 2.0.4 adds support for React Native by clarifying in package.json that
the browser environment does not support Node.js domains.
Why this is necessary, we leave as an exercise for the user.
## 2.0.3

@@ -3,0 +9,0 @@

5

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

@@ -23,2 +23,5 @@ "keywords": [

},
"react-native": {
"domain": false
},
"files": [

@@ -25,0 +28,0 @@ "raw.js",

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