Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

native-promise-pool

Package Overview
Dependencies
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

native-promise-pool - npm Package Compare versions

Comparing version 3.18.0 to 3.19.0-next.1627598391.648322921eaf28823650921cb5646a03a7b3284a

4

HISTORY.md
# History
## v3.19.0 2021 July 30
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v3.18.0 2021 July 29

@@ -4,0 +8,0 @@

14

package.json
{
"name": "native-promise-pool",
"version": "3.18.0",
"version": "3.19.0-next.1627598391.648322921eaf28823650921cb5646a03a7b3284a",
"description": "Create a pool of a specified concurrency that accepts functions that return promises",

@@ -149,16 +149,16 @@ "homepage": "https://github.com/bevry/native-promise-pool",

"devDependencies": {
"@bevry/ansi": "^3.0.0",
"@bevry/ansi": "^3.3.0",
"@bevry/update-contributors": "^1.19.0",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"assert-helpers": "^8.2.0",
"assert-helpers": "^8.4.0",
"eslint": "^7.31.0",
"eslint-config-bevry": "^3.25.0",
"eslint-config-bevry": "^3.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"kava": "^5.14.0",
"logger-clearable": "^3.15.0",
"kava": "^5.16.0",
"logger-clearable": "^3.17.0",
"make-deno-edition": "^1.3.0",
"prettier": "^2.3.2",
"projectz": "^2.19.0",
"projectz": "^2.21.0",
"surge": "^0.23.0",

@@ -165,0 +165,0 @@ "typedoc": "^0.21.4",

@@ -38,3 +38,3 @@ <!-- TITLE/ -->

[Complete API Documentation.](http://master.native-promise-pool.bevry.surge.sh/docs/globals.html)
[Complete API Documentation.](http://master.native-promise-pool.bevry.surge.sh/docs/)

@@ -97,3 +97,3 @@ To use, just make a promise pool with the specified concurrency, then wrap the method in a `pool.open(() => /* the code that you want pooled */)`. The callback is necessary, as otherwise the code that you want pooled will execute before it is pooled. By pooling it, it executes once the pool entry is called.

<script type="module">
import pkg from '//cdn.skypack.dev/native-promise-pool@^3.18.0'
import pkg from '//cdn.skypack.dev/native-promise-pool@^3.19.0'
</script>

@@ -106,3 +106,3 @@ ```

<script type="module">
import pkg from '//unpkg.com/native-promise-pool@^3.18.0'
import pkg from '//unpkg.com/native-promise-pool@^3.19.0'
</script>

@@ -115,3 +115,3 @@ ```

<script type="module">
import pkg from '//dev.jspm.io/native-promise-pool@3.18.0'
import pkg from '//dev.jspm.io/native-promise-pool@3.19.0'
</script>

@@ -118,0 +118,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc