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

@krlwlfrt/async-pool

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@krlwlfrt/async-pool - npm Package Compare versions

Comparing version 0.8.0 to 1.0.0

30

package.json
{
"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": {

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