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.3 to 2.2.4

5

CHANGELOG.md

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

### **2.2.3** (2020-05-23)
- Use mod.ts instead of deno_index.ts to align with conventions
- Re-enable source map generation
### **2.2.2** (2020-05-23)

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

2

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

@@ -5,0 +5,0 @@ "repository": {

@@ -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/evt) and an [NPM](https://www.npmjs.com/evt) 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