run-exclusive
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -0,1 +1,5 @@ | ||
### **2.2.4** (2020-05-23) | ||
- Fix links | ||
### **2.2.3** (2020-05-23) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "run-exclusive", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "Generate functions that do not allow parallel executions", | ||
@@ -30,4 +30,4 @@ "repository": { | ||
"ts-evt": "^4.3.3", | ||
"typescript": "^3.9.0", | ||
"denoify": "^0.2.13", | ||
"typescript": "^3.9.3", | ||
"denoify": "^0.2.14", | ||
"simplifyify": "8.0.1", | ||
@@ -37,53 +37,9 @@ "terser": "4.6.13" | ||
"files": [ | ||
"lib/runExclusive.ts", | ||
"test/index.ts", | ||
"test/legacyTests/index.ts", | ||
"test/legacyTests/test1.ts", | ||
"test/legacyTests/test10.ts", | ||
"test/legacyTests/test11.ts", | ||
"test/legacyTests/test12.ts", | ||
"test/legacyTests/test13.ts", | ||
"test/legacyTests/test14.ts", | ||
"test/legacyTests/test15.ts", | ||
"test/legacyTests/test16.ts", | ||
"test/legacyTests/test17.ts", | ||
"test/legacyTests/test18.ts", | ||
"test/legacyTests/test19.ts", | ||
"test/legacyTests/test2.ts", | ||
"test/legacyTests/test20.ts", | ||
"test/legacyTests/test21.ts", | ||
"test/legacyTests/test3.ts", | ||
"test/legacyTests/test4.ts", | ||
"test/legacyTests/test5.ts", | ||
"test/legacyTests/test6.ts", | ||
"test/legacyTests/test7.ts", | ||
"test/legacyTests/test8.ts", | ||
"test/legacyTests/test9.ts", | ||
"test/mod.ts", | ||
"test/test1.ts", | ||
"test/test10.ts", | ||
"test/test11.ts", | ||
"test/test12.ts", | ||
"test/test13.ts", | ||
"test/test14.ts", | ||
"test/test15.ts", | ||
"test/test16.ts", | ||
"test/test17.ts", | ||
"test/test18.ts", | ||
"test/test2.ts", | ||
"test/test3.ts", | ||
"test/test4.ts", | ||
"test/test5.ts", | ||
"test/test6.ts", | ||
"test/test7.ts", | ||
"test/test8.ts", | ||
"test/test9.ts", | ||
"test/testMem1.ts", | ||
"test/testMem2.ts", | ||
"umd_bundle.js", | ||
"umd_bundle.min.js", | ||
"lib/runExclusive.d.ts", | ||
"lib/runExclusive.js", | ||
"lib/runExclusive.js.map" | ||
"lib/runExclusive.js.map", | ||
"bundle.js", | ||
"bundle.js.map", | ||
"lib/runExclusive.ts" | ||
] | ||
} |
@@ -47,3 +47,3 @@ <p align="center"> | ||
```html | ||
<script src="//unpkg.com/run-exclusive/umd_bundle.min.js"></script> | ||
<script src="//unpkg.com/run-exclusive/bundle.min.js"></script> | ||
<script> | ||
@@ -54,2 +54,4 @@ runExclusive.build(...); | ||
*You can import a specific version* [unpkg.com](https://unpkg.com) | ||
# Try it now | ||
@@ -56,0 +58,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
322
2
75575
10
1061
1