Socket
Socket
Sign inDemoInstall

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.16.0 to 7.17.0-next.1603943114.743d9b192e3a457ec32103c8723759e0d603639d

4

HISTORY.md
# History
## v7.17.0 2020 October 29
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v7.16.0 2020 September 5

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

40

package.json
{
"title": "TaskGroup",
"name": "taskgroup",
"version": "7.16.0",
"version": "7.17.0-next.1603943114.743d9b192e3a457ec32103c8723759e0d603639d",
"description": "Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.",

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

{
"description": "ESNext source code for Node.js 10 || 12 || 13 || 14 with Require for modules",
"description": "ESNext source code for Node.js 10 || 12 || 14 || 15 with Require for modules",
"directory": "source",

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

"engines": {
"node": "10 || 12 || 13 || 14",
"node": "10 || 12 || 14 || 15",
"browsers": false

@@ -117,23 +117,23 @@ }

"eachr": "^4.5.0",
"extendr": "^5.15.0",
"unbounded": "^3.11.0"
"extendr": "^5.16.0",
"unbounded": "^3.12.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/preset-env": "^7.11.5",
"@bevry/update-contributors": "^1.16.0",
"assert-helpers": "^7.2.0",
"eslint": "^7.8.1",
"eslint-config-bevry": "^3.22.0",
"eslint-config-prettier": "^6.11.0",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@bevry/update-contributors": "^1.17.0",
"assert-helpers": "^8.1.0",
"eslint": "^7.12.1",
"eslint-config-bevry": "^3.23.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"jsdoc": "^3.6.5",
"kava": "^5.12.0",
"prettier": "^2.1.1",
"projectz": "^2.16.0",
"safeps": "^10.14.0",
"jsdoc": "^3.6.6",
"kava": "^5.13.0",
"prettier": "^2.1.2",
"projectz": "^2.17.0",
"safeps": "^10.15.0",
"surge": "^0.21.6",
"valid-directory": "^3.3.0"
"valid-directory": "^3.4.0"
},

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

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

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

@@ -69,3 +69,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 || 13 || 14 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> 10 || 12 || 14 || 15 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>

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