Socket
Socket
Sign inDemoInstall

@highoutput/async-group

Package Overview
Dependencies
2
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.8 to 0.4.0

dist/index.js

18

package.json
{
"name": "@highoutput/async-group",
"version": "0.3.8",
"version": "0.4.0",
"description": "Groups together multiple promises and allows to 'wait' for all of them to settle.",

@@ -8,3 +8,3 @@ "author": "High Output Ventures",

"license": "ISC",
"main": "build/index.js",
"main": "dist/index.js",
"repository": {

@@ -15,3 +15,4 @@ "type": "git",

"scripts": {
"clean": "rimraf build/",
"test": "jest",
"clean": "rimraf dist/",
"build": "npm run clean && tsc --project tsconfig.json",

@@ -28,5 +29,12 @@ "prepublish": "npm run build"

"devDependencies": {
"@highoutput/delay": "^0.2.8",
"@types/jest": "^27.4.0",
"@types/ramda": "^0.27.64",
"@types/uuid": "^3.4.6",
"jest": "^27.5.0",
"ramda": "^0.28.0",
"rimraf": "^3.0.0",
"typescript": "^4.4.2"
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
},

@@ -36,3 +44,3 @@ "publishConfig": {

},
"gitHead": "bbe508c18a9a819eec9288f41a741cd0aeaeeb92"
"gitHead": "70f2c5d764ccc80d8bcaa433b856b6ed681a7b33"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc