Socket
Socket
Sign inDemoInstall

@highoutput/async-group

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highoutput/async-group - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

build/index.d.ts

14

package.json
{
"name": "@highoutput/async-group",
"version": "0.2.2",
"version": "0.2.3",
"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": "src/index.ts",
"main": "build/index.js",
"repository": {

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

"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
"clean": "rimraf build/",
"build": "npm run clean && tsc --project tsconfig.json",
"test": "echo \"Error: run tests from root\" && exit 1",
"prepublish": "npm run build"
},

@@ -25,3 +28,4 @@ "bugs": {

"devDependencies": {
"@types/uuid": "^3.4.6"
"@types/uuid": "^3.4.6",
"rimraf": "^3.0.0"
},

@@ -31,3 +35,3 @@ "publishConfig": {

},
"gitHead": "9245da23d1171cb8b3137d87b282e8222fa04f83"
"gitHead": "dc55257256f2b9b62063db23471612829fd74adc"
}
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