Socket
Socket
Sign inDemoInstall

@bunt/async

Package Overview
Dependencies
3
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.29.13 to 0.29.14

83

package.json
{
"name": "@bunt/async",
"version": "0.29.13",
"keywords": [
"typescript",
"async"
],
"author": {
"name": "Artur Bier",
"email": "izatop@gmail.com"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
}
}
},
"files": [
"dist/",
"LICENSE"
],
"description": "Async utils",
"repository": "git@github.com:izatop/bunt.git",
"dependencies": {
"@bunt/assert": "^0.29.13",
"@bunt/is": "^0.29.13",
"@bunt/type": "^0.29.13",
"@bunt/util": "^0.29.13"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"gitHead": "8eb5e57f43cfb71c79b4b5183207b2894ec4726d"
"name": "@bunt/async",
"version": "0.29.14",
"keywords": [
"typescript",
"async"
],
"author": {
"name": "Artur Bier",
"email": "izatop@gmail.com"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
}
}
},
"files": [
"dist/",
"LICENSE"
],
"description": "Async utils",
"repository": "git@github.com:izatop/bunt.git",
"dependencies": {
"@bunt/assert": "^0.29.14",
"@bunt/is": "^0.29.14",
"@bunt/type": "^0.29.14"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"gitHead": "d4766cbd69a88380fe736738fa9a68604f77d305"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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