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

taskgroup

Package Overview
Dependencies
Maintainers
2
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taskgroup - npm Package Compare versions

Comparing version 7.20.0 to 8.0.0-next.1699813015.bff31308661e80e358a361109850885d6af6e272

30

package.json
{
"title": "TaskGroup",
"name": "taskgroup",
"version": "7.20.0",
"version": "8.0.0-next.1699813015.bff31308661e80e358a361109850885d6af6e272",
"description": "Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.",

@@ -76,7 +76,7 @@ "homepage": "https://github.com/bevry/taskgroup",

"engines": {
"node": ">=10"
"node": ">=8"
},
"editions": [
{
"description": "ESNext source code for Node.js 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules",
"description": "ESNext source code for Node.js 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules",
"directory": "source",

@@ -91,3 +91,3 @@ "entry": "index.js",

"engines": {
"node": "10 || 12 || 14 || 16 || 18 || 20 || 21",
"node": "8 || 10 || 12 || 14 || 16 || 18 || 20 || 21",
"browsers": false

@@ -117,18 +117,18 @@ }

"eachr": "^4.5.0",
"extendr": "^5.20.0",
"unbounded": "^3.15.0"
"extendr": "^6.0.0",
"unbounded": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.23.2",
"@bevry/update-contributors": "^1.22.0",
"assert-helpers": "^8.4.0",
"eslint": "^8.52.0",
"eslint-config-bevry": "^3.28.0",
"@babel/preset-env": "^7.23.3",
"@bevry/update-contributors": "^1.23.0",
"assert-helpers": "^10.0.0",
"eslint": "^8.53.0",
"eslint-config-bevry": "^3.29.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jsdoc": "^4.0.2",
"kava": "^5.17.0",
"kava": "3.2.0",
"prettier": "^3.0.3",

@@ -138,3 +138,3 @@ "projectz": "^2.23.0",

"surge": "^0.23.1",
"valid-directory": "^4.0.0"
"valid-directory": "^4.1.0"
},

@@ -202,2 +202,2 @@ "scripts": {

}
}
}

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

<script type="module">
import * as pkg from '//dev.jspm.io/taskgroup@7.20.0'
import * as pkg from '//dev.jspm.io/taskgroup@8.0.0'
</script>

@@ -68,3 +68,3 @@ ```

<ul><li><code>taskgroup</code> aliases <code>taskgroup/source/index.js</code></li>
<li><code>taskgroup/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 || 16 || 18 || 20 || 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>taskgroup/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>taskgroup/edition-browsers/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> compiled for web browsers with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul>

@@ -71,0 +71,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