client-run-queue
Advanced tools
Comparing version 1.1.11 to 1.1.12
{ | ||
"name": "client-run-queue", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "A client-friendly run queue", | ||
@@ -22,3 +22,2 @@ "keywords": [ | ||
"scripts": { | ||
"audit": "yarn audit --moderate", | ||
"build": "tsc -p tsconfig.build.json", | ||
@@ -29,4 +28,5 @@ "build:dev": "trash dev-build && yarn build && mkdir dev-build && cp -r lib dev-build && cp package.json dev-build && (cd dev-build && echo 'package' `pwd`)", | ||
"lint": "eslint 'src/**/*.ts?(x)' --max-warnings 0", | ||
"prepublishOnly": "yarn clean && yarn test && yarn lint && yarn audit && yarn clean && yarn build && yarn generate:docs", | ||
"prepublishOnly": "yarn clean && yarn test && yarn lint && yarn test:audit && yarn clean && yarn build && yarn generate:docs", | ||
"test": "yarn test:check-circular-dependencies && yarn test:unit-tests", | ||
"test:audit": "yarn audit --level moderate; [[ $? -ge 4 ]] && exit 1 || exit 0", | ||
"test:check-circular-dependencies": "yarn build && npx madge --circular ./lib", | ||
@@ -33,0 +33,0 @@ "test:unit-tests:": "npx jest --runInBand --coverage", |
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
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
101043
84
1850