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.2.0 to 7.3.0-next.1589997483.70e1d7522d9241b8247d4880b270eed41dc53d9f

4

HISTORY.md
# History
## v7.3.0 2020 May 21
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v7.2.0 2020 May 21

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

7

package.json
{
"title": "TaskGroup",
"name": "taskgroup",
"version": "7.2.0",
"version": "7.3.0-next.1589997483.70e1d7522d9241b8247d4880b270eed41dc53d9f",
"description": "Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.",

@@ -108,3 +108,3 @@ "homepage": "https://github.com/bevry/taskgroup",

"type": "commonjs",
"main": "index.js",
"main": "source/index.js",
"browser": "edition-browsers/index.js",

@@ -114,3 +114,2 @@ "dependencies": {

"eachr": "^4.5.0",
"editions": "^3.0.0",
"extendr": "^5.2.0",

@@ -162,3 +161,3 @@ "unbounded": "^3.0.0"

"our:verify:prettier": "prettier --write .",
"test": "node ./test.js"
"test": "node ./source/test.js"
},

@@ -165,0 +164,0 @@ "eslintConfig": {

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

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

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

<ul><li><code>taskgroup</code> aliases <code>taskgroup/index.js</code> which uses the <a href="https://github.com/bevry/editions" title="You can use the Editions Autoloader to autoload the appropriate edition for your consumers environment">Editions Autoloader</a> to automatically select the correct edition for the consumer's environment</li>
<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> with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>

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

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