native-promise-pool
Advanced tools
Comparing version 3.22.0 to 3.23.0-next.1700028968.5fb44a53e187f2b4598a07b47891b664618401d3
{ | ||
"name": "native-promise-pool", | ||
"version": "3.22.0", | ||
"version": "3.23.0-next.1700028968.5fb44a53e187f2b4598a07b47891b664618401d3", | ||
"description": "Create a pool of a specified concurrency that accepts functions that return promises", | ||
@@ -185,6 +185,6 @@ "homepage": "https://github.com/bevry/native-promise-pool", | ||
"dependencies": { | ||
"editions": "^6.11.0" | ||
"editions": "^6.13.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/ansi": "^6.1.0", | ||
"@bevry/ansi": "^6.2.0", | ||
"@bevry/update-contributors": "^1.23.0", | ||
@@ -194,3 +194,3 @@ "@types/node": "^20.9.0", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"assert-helpers": "^11.2.0", | ||
"assert-helpers": "^11.4.0", | ||
"eslint": "^8.53.0", | ||
@@ -200,12 +200,12 @@ "eslint-config-bevry": "^4.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "^7.1.0", | ||
"logger-clearable": "^4.1.0", | ||
"kava": "^7.2.0", | ||
"logger-clearable": "^4.2.0", | ||
"make-deno-edition": "^1.3.0", | ||
"prettier": "^3.1.0", | ||
"projectz": "^2.23.0", | ||
"projectz": "^3.0.0", | ||
"surge": "^0.23.1", | ||
"typedoc": "^0.25.3", | ||
"typescript": "5.2.2", | ||
"valid-directory": "^4.1.0", | ||
"valid-module": "^2.1.0" | ||
"valid-directory": "^4.2.0", | ||
"valid-module": "^2.2.0" | ||
}, | ||
@@ -253,2 +253,2 @@ "scripts": { | ||
} | ||
} | ||
} |
@@ -94,3 +94,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/native-promise-pool@^3.22.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/native-promise-pool@^3.23.0/edition-deno/index.ts' | ||
``` | ||
@@ -102,3 +102,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/native-promise-pool@^3.22.0' | ||
import pkg from '//cdn.skypack.dev/native-promise-pool@^3.23.0' | ||
</script> | ||
@@ -111,3 +111,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/native-promise-pool@^3.22.0' | ||
import pkg from '//unpkg.com/native-promise-pool@^3.23.0' | ||
</script> | ||
@@ -120,3 +120,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/native-promise-pool@3.22.0' | ||
import pkg from '//dev.jspm.io/native-promise-pool@3.23.0' | ||
</script> | ||
@@ -123,0 +123,0 @@ ``` |
@@ -5,3 +5,3 @@ # Security Policy | ||
This project meets standardized secure software development practices, including 2FA for all members, password managers with monitoring, secure secret retrieval instead of storage. [Learn more about our practices.](https://tidelift.com/funding/github/npm/native-promise-pool) | ||
This project meets standardized secure software development practices, including 2FA for all members, password managers with monitoring, secure secret retrieval instead of storage. [Learn about our practices.](https://tidelift.com/funding/github/npm/native-promise-pool) | ||
@@ -12,5 +12,5 @@ ## Supported Versions | ||
[Refer to supported ecosystem versions: `Editions` section in `README.md`.](https://github.com/bevry/native-promise-pool/blob/master/README.md#Editions) | ||
[Refer to supported ecosystem versions: `Editions` section in `README.md`](https://github.com/bevry/native-promise-pool/blob/master/README.md#Editions) | ||
[Refer to automated support of ecosystem versions: `boundation` entries in `HISTORY.md`.](https://github.com/bevry/native-promise-pool/blob/master/HISTORY.md) | ||
[Refer to automated support of ecosystem versions: `boundation` entries in `HISTORY.md`](https://github.com/bevry/native-promise-pool/blob/master/HISTORY.md) | ||
@@ -17,0 +17,0 @@ Besides testing and verification, out CI also [auto-merges](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions) [Dependabot security updates](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates) and [auto-publishes](https://github.com/bevry-actions/npm) successful builds of the [`master` branch](https://github.com/bevry/wait/actions?query=branch%3Amaster) to the [`next` version tag](https://www.npmjs.com/package/native-promise-pool?activeTab=versions), offering immediate resolutions before scheduled maintenance releases. |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
49788
1
Updatededitions@^6.13.0