Socket
Socket
Sign inDemoInstall

taskgroup

Package Overview
Dependencies
Maintainers
1
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 9.2.0 to 9.3.0-next.1699979866.3362a3a1f2978998657dc508992924edab2e5240

SECURITY.md

28

package.json
{
"title": "TaskGroup",
"name": "taskgroup",
"version": "9.2.0",
"version": "9.3.0-next.1699979866.3362a3a1f2978998657dc508992924edab2e5240",
"description": "Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.",

@@ -128,6 +128,6 @@ "homepage": "https://github.com/bevry/taskgroup",

"ambi": "3.2.0",
"eachr": "^6.1.0",
"editions": "^6.11.0",
"extendr": "^7.1.0",
"unbounded": "^5.1.0"
"eachr": "^6.3.0",
"editions": "^6.13.0",
"extendr": "^7.2.0",
"unbounded": "^5.2.0"
},

@@ -140,17 +140,17 @@ "devDependencies": {

"@bevry/update-contributors": "^1.23.0",
"assert-helpers": "^11.2.0",
"assert-helpers": "^11.4.0",
"eslint": "^8.53.0",
"eslint-config-bevry": "^3.29.0",
"eslint-config-bevry": "^4.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jsdoc": "^4.0.2",
"kava": "^7.0.0",
"kava": "^7.1.0",
"prettier": "^3.1.0",
"projectz": "^2.23.0",
"safeps": "^11.1.0",
"projectz": "^3.0.0",
"safeps": "^11.2.0",
"surge": "^0.23.1",
"valid-directory": "^4.1.0"
"valid-directory": "^4.2.0"
},
"scripts": {
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:edition-browsers && npm run our:compile:edition-node-4",

@@ -163,3 +163,3 @@ "our:compile:edition-browsers": "env BABEL_ENV=edition-browsers babel --out-dir ./edition-browsers ./source",

"our:meta:docs": "npm run our:meta:docs:jsdoc",
"our:meta:docs:jsdoc": "rm -Rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version",
"our:meta:docs:jsdoc": "rm -rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -rf ./docs/$npm_package_name/$npm_package_version",
"our:meta:projectz": "projectz compile",

@@ -235,2 +235,2 @@ "our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",

}
}
}

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

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

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