New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.2.0 to 2.0.0-next.1574054627.2dbfb2fcde155dc1dfcc263fd4659e05d82db1f1

5

HISTORY.md
# History
## v2.0.0 2019 November 18
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
- Minimum required node version changed from `node: >=6` to `node: >=8` to keep up with mandatory ecosystem changes
## v1.2.0 2019 November 13

@@ -4,0 +9,0 @@

18

package.json
{
"name": "native-promise-pool",
"version": "1.2.0",
"version": "2.0.0-next.1574054627.2dbfb2fcde155dc1dfcc263fd4659e05d82db1f1",
"description": "Create a pool of a specified concurrency that accepts functions that return promises",

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

"engines": {
"node": ">=6"
"node": ">=8"
},

@@ -76,3 +76,3 @@ "editions": [

"engines": {
"node": "6 || 8 || 10 || 12 || 13",
"node": "8 || 10 || 12",
"browsers": false

@@ -102,12 +102,12 @@ }

"@babel/preset-env": "^7.7.1",
"assert-helpers": "4.10.0",
"assert-helpers": "5.4.0",
"bluebird": "^3.7.1",
"chalk": "^3.0.0",
"eslint": "^6.6.0",
"eslint-config-bevry": "^1.2.1",
"eslint-config-prettier": "^6.5.0",
"eslint-config-bevry": "^1.3.0",
"eslint-config-prettier": "^6.6.0",
"eslint-plugin-prettier": "^3.1.1",
"jsdoc": "^3.6.3",
"kava": "^3.2.0",
"logger-clearable": "^1.0.1",
"kava": "4.1.0",
"logger-clearable": "^2.0.0",
"minami": "^1.2.3",

@@ -117,3 +117,3 @@ "prettier": "^1.19.1",

"surge": "^0.21.3",
"valid-directory": "^1.0.0"
"valid-directory": "^1.1.1"
},

@@ -120,0 +120,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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