@matrixai/async-locks
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "@matrixai/async-locks", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"author": "Roger Qiu", | ||
@@ -19,6 +19,6 @@ "description": "Asynchronous locking utilities", | ||
"lintfix": "eslint '{src,tests}/**/*.{js,ts}' --fix", | ||
"docs": "rm -r ./docs || true; typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src && touch ./docs/.nojekyll" | ||
"docs": "rm -r ./docs || true; typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src" | ||
}, | ||
"dependencies": { | ||
"@matrixai/errors": "^1.0.1", | ||
"@matrixai/errors": "^1.1.0", | ||
"@matrixai/resources": "^1.0.0", | ||
@@ -29,18 +29,18 @@ "async-mutex": "^0.3.2" | ||
"@types/jest": "^27.0.2", | ||
"@types/node": "^14.14.35", | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"eslint": "^7.17.0", | ||
"eslint-config-prettier": "^7.1.0", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"@types/node": "^16.11.7", | ||
"@typescript-eslint/eslint-plugin": "^5.23.0", | ||
"@typescript-eslint/parser": "^5.23.0", | ||
"eslint": "^8.15.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^27.2.5", | ||
"prettier": "^2.2.1", | ||
"prettier": "^2.6.2", | ||
"ts-jest": "^27.0.5", | ||
"ts-node": "^10.4.0", | ||
"tsconfig-paths": "^3.9.0", | ||
"typedoc": "^0.22.13", | ||
"typescript": "^4.4.3", | ||
"typedoc": "^0.22.15", | ||
"typescript": "^4.5.2", | ||
"typescript-cached-transpile": "0.0.6" | ||
} | ||
} |
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
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
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
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
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
0
13645
3
0
3
Updated@matrixai/errors@^1.1.0