Socket
Socket
Sign inDemoInstall

@bunt/app

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bunt/app - npm Package Compare versions

Comparing version 0.29.13 to 0.29.14

92

package.json
{
"name": "@bunt/app",
"version": "0.29.13",
"keywords": [
"typescript"
],
"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": "Application Server",
"repository": "git@github.com:izatop/bunt.git",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@bunt/assert": "^0.29.13",
"@bunt/async": "^0.29.13",
"@bunt/input": "^0.29.13",
"@bunt/is": "^0.29.13",
"@bunt/unit": "^0.29.13",
"@bunt/util": "^0.29.13",
"@types/busboy": "^1.5.0",
"busboy": "^1.6.0",
"path-to-regexp": "^6.2.1"
},
"license": "MIT",
"gitHead": "8eb5e57f43cfb71c79b4b5183207b2894ec4726d"
"name": "@bunt/app",
"version": "0.29.14",
"keywords": [
"typescript"
],
"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": "Application Server",
"repository": "git@github.com:izatop/bunt.git",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@bunt/assert": "^0.29.14",
"@bunt/async": "^0.29.14",
"@bunt/input": "^0.29.14",
"@bunt/is": "^0.29.14",
"@bunt/unit": "^0.29.14",
"@bunt/util": "^0.29.14",
"@types/busboy": "^1.5.0",
"busboy": "^1.6.0",
"path-to-regexp": "^6.2.1"
},
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc