Comparing version 7.3.2 to 7.3.3
{ | ||
"name": "p-queue", | ||
"version": "7.3.2", | ||
"version": "7.3.3", | ||
"description": "Promise queue with concurrency control", | ||
@@ -14,6 +14,6 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "tsc --build --clean", | ||
"build": "del-cli dist && tsc", | ||
"test": "xo && ava", | ||
"bench": "node --loader=ts-node/esm bench.ts", | ||
"prepublishOnly": "tsc --build --clean" | ||
"prepublishOnly": "del-cli dist && tsc" | ||
}, | ||
@@ -56,2 +56,3 @@ "files": [ | ||
"benchmark": "^2.1.4", | ||
"del-cli": "^5.0.0", | ||
"delay": "^5.0.0", | ||
@@ -58,0 +59,0 @@ "in-range": "^3.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
45150
13
579
0
1
14