@tsdotnet/queue
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@tsdotnet/queue", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A simple and fast FIFO collection for enqueuing and dequeuing items.", | ||
@@ -21,8 +21,7 @@ "author": "electricessence", | ||
"build:dist-esm": "rimraf dist-esm/* && tsc -p tsconfig.esm.json", | ||
"build": "npm i && run-p build:*", | ||
"build": "pnpm i && run-p build:*", | ||
"bump": "npm run precommit && npm version patch", | ||
"bump-minor": "npm run precommit && npm version minor", | ||
"docs": "rimraf docs/* && rimraf docs/.nojekyll && typedoc --options typedoc.json --readme none && node ./.build/create-nojekyll.js", | ||
"docs": "rimraf docs/* && rimraf docs/.nojekyll && typedoc --options typedoc.json --readme none", | ||
"lint": "eslint src/**/*.ts", | ||
"precommit": "npm i && run-p lint test && run-p build:* && npm run validate", | ||
"precommit": "pnpm i && run-p lint test && run-p build:* && npm run validate", | ||
"prepublishOnly": "npm run build && run-p validate test", | ||
@@ -45,7 +44,7 @@ "preversion": "run-p lint test", | ||
"@types/mocha": "^7.0.2", | ||
"@typescript-eslint/eslint-plugin": "^2.34.0", | ||
"@typescript-eslint/parser": "^2.34.0", | ||
"@typescript-eslint/eslint-plugin": "^3.0.0", | ||
"@typescript-eslint/parser": "^3.0.0", | ||
"chai": "^4.2.0", | ||
"copyfiles": "^2.2.0", | ||
"eslint": "^7.0.0", | ||
"eslint": "^7.1.0", | ||
"eslint-config-typescript": "^3.0.0", | ||
@@ -61,9 +60,11 @@ "eslint-plugin-import": "^2.20.2", | ||
"typedoc": "^0.17.7", | ||
"typedoc-plugin-external-module-name": "^3.1.0", | ||
"typedoc-plugin-nojekyll": "^1.0.1", | ||
"typescript": "^3.9.3" | ||
}, | ||
"dependencies": { | ||
"@tsdotnet/collection-base": "^2.0.2", | ||
"@tsdotnet/exceptions": "^1.0.15", | ||
"@tsdotnet/collection-base": "^2.0.4", | ||
"@tsdotnet/exceptions": "^1.0.16", | ||
"tslib": "^2.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
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
0
53066
20