@merchise/action-queue
Advanced tools
+7
-9
| { | ||
| "name": "@merchise/action-queue", | ||
| "version": "4.2.0-alpha.1", | ||
| "description": "A coordinated non-concurrent queue of actions", | ||
| "version": "4.2.0-alpha.2", | ||
| "description": "A coordinated queue of actions", | ||
| "files": [ | ||
@@ -16,13 +16,11 @@ "dist" | ||
| }, | ||
| "directories": { | ||
| "test": "tests" | ||
| }, | ||
| "devDependencies": { | ||
| "qunit": "^2.19.0", | ||
| "@vitest/coverage-v8": "^0.32.2", | ||
| "underscore": "^1.13.6", | ||
| "vite": "^4.3.9" | ||
| "vite": "^4.3.9", | ||
| "vitest": "^0.32.2" | ||
| }, | ||
| "scripts": { | ||
| "test": "qunit", | ||
| "dev": "vite", | ||
| "test": "vitest", | ||
| "coverage": "vitest run --coverage", | ||
| "build": "vite build", | ||
@@ -29,0 +27,0 @@ "preview": "vite preview" |
+1
-1
@@ -1,2 +0,2 @@ | ||
| # A coordinated non-concurrent queue of actions | ||
| # A coordinated queue of actions | ||
@@ -3,0 +3,0 @@ The class `ActionQueue` allows to create a FIFO, LIFO and replacement of |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
0
-100%19962
-0.06%4
33.33%