@krlwlfrt/async-pool
Advanced tools
Comparing version 0.8.0 to 1.0.0
{ | ||
"name": "@krlwlfrt/async-pool", | ||
"version": "0.8.0", | ||
"version": "1.0.0", | ||
"description": "Async pool for iterables", | ||
@@ -16,3 +16,4 @@ "main": "lib/index.js", | ||
"test": "nyc mocha --require ts-node/register 'test/**/*.spec.ts'", | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md", | ||
"clean": "rm -rf package-lock.json node_modules" | ||
}, | ||
@@ -23,2 +24,5 @@ "repository": { | ||
}, | ||
"bugs": { | ||
"url": "https://gitlab.com/krlwlfrt/async-pool/-/issues" | ||
}, | ||
"keywords": [ | ||
@@ -32,17 +36,17 @@ "TypeScript", | ||
"devDependencies": { | ||
"@krlwlfrt/otpc": "0.5.1", | ||
"@testdeck/mocha": "0.2.1", | ||
"@types/mocha": "9.1.1", | ||
"@types/node": "18.7.16", | ||
"@typescript-eslint/eslint-plugin": "5.36.2", | ||
"@typescript-eslint/parser": "5.36.2", | ||
"@krlwlfrt/otpc": "1.0.0", | ||
"@testdeck/mocha": "0.3.3", | ||
"@types/mocha": "10.0.1", | ||
"@types/node": "18.14.2", | ||
"@typescript-eslint/eslint-plugin": "5.54.0", | ||
"@typescript-eslint/parser": "5.54.0", | ||
"conventional-changelog-cli": "2.2.2", | ||
"eslint": "8.23.1", | ||
"mocha": "10.0.0", | ||
"eslint": "8.35.0", | ||
"mocha": "10.2.0", | ||
"nyc": "15.1.0", | ||
"prepend-file-cli": "1.0.6", | ||
"rimraf": "3.0.2", | ||
"rimraf": "4.1.2", | ||
"ts-node": "10.9.1", | ||
"typedoc": "0.23.14", | ||
"typescript": "4.8.3" | ||
"typedoc": "0.23.26", | ||
"typescript": "4.9.5" | ||
}, | ||
@@ -49,0 +53,0 @@ "nyc": { |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8812
0
1