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

run-exclusive

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

run-exclusive - npm Package Compare versions

Comparing version 2.2.5 to 2.2.6

bundle.min.js

5

CHANGELOG.md

@@ -0,1 +1,6 @@

### **2.2.5** (2020-05-25)
- update dep depencencies
- Rename CDN build umd_bundle.js -> bundle.js
### **2.2.4** (2020-05-23)

@@ -2,0 +7,0 @@

3

package.json
{
"name": "run-exclusive",
"version": "2.2.5",
"version": "2.2.6",
"description": "Generate functions that do not allow parallel executions",

@@ -41,4 +41,5 @@ "repository": {

"bundle.js.map",
"bundle.min.js",
"lib/runExclusive.ts"
]
}

@@ -21,3 +21,3 @@ <p align="center">

<b>Suitable for any JS runtime env (deno, node, old browser, react-native ...)</b>
- ✅ It is both a [Deno](https://deno.land/x/run_exclusive) and an [NPM](https://www.npmjs.com/run_exclusive) module.
- ✅ It is both a [Deno](https://deno.land/x/run_exclusive) and an [NPM](https://www.npmjs.com/run-exclusive) module.
- ✅ Lightweight, no dependency.

@@ -24,0 +24,0 @@ - ✅ No polyfills needed, the NPM module is transpiled down to ES3

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