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.13.0 to 7.14.0-next.1596523861.9595257a95973e7a07ec3fe605fed8945ca31dc9

4

HISTORY.md
# History
## v7.14.0 2020 August 4
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v7.13.0 2020 July 23

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

30

package.json
{
"title": "TaskGroup",
"name": "taskgroup",
"version": "7.13.0",
"version": "7.14.0-next.1596523861.9595257a95973e7a07ec3fe605fed8945ca31dc9",
"description": "Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.",

@@ -113,23 +113,23 @@ "homepage": "https://github.com/bevry/taskgroup",

"eachr": "^4.5.0",
"extendr": "^5.12.0",
"unbounded": "^3.8.0"
"extendr": "^5.13.0",
"unbounded": "^3.9.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@bevry/update-contributors": "^1.13.0",
"assert-helpers": "^6.18.0",
"eslint": "^7.5.0",
"eslint-config-bevry": "^3.17.0",
"@babel/core": "^7.11.0",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@bevry/update-contributors": "^1.14.0",
"assert-helpers": "^6.19.0",
"eslint": "^7.6.0",
"eslint-config-bevry": "^3.18.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"jsdoc": "^3.6.4",
"kava": "^5.9.0",
"jsdoc": "^3.6.5",
"kava": "^5.10.0",
"prettier": "^2.0.5",
"projectz": "^2.12.0",
"safeps": "^10.11.0",
"projectz": "^2.13.0",
"safeps": "^10.12.0",
"surge": "^0.21.6",
"valid-directory": "^2.6.0"
"valid-directory": "^2.7.0"
},

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

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

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

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