Socket
Socket
Sign inDemoInstall

bundt

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundt - npm Package Compare versions

Comparing version 1.1.5 to 2.0.0-next.0

bin.js

31

package.json
{
"name": "bundt",
"version": "1.1.5",
"version": "2.0.0-next.0",
"repository": "lukeed/bundt",
"description": "A simple bundler for your delcious modules~!",
"license": "MIT",
"bin": {
"bundt": "index.js"
"bin": "bin.js",
"exports": {
".": "./index.mjs",
"./config": "./config/index.js",
"./package.json": "./package.json"
},
"files": [
"*.js"
"bin.js",
"index.d.ts",
"index.mjs",
"config"
],

@@ -19,6 +25,7 @@ "author": {

"scripts": {
"test": "uvu test -i fixtures"
"build": "tsm build.ts",
"test": "uvu -r tsm src .test.ts"
},
"engines": {
"node": ">=6"
"node": ">=12"
},

@@ -32,11 +39,11 @@ "keywords": [

"dependencies": {
"kleur": "^4.0.0",
"mk-dirs": "^3.0.0",
"rewrite-imports": "^3.0.0",
"terser": "^4.8.0"
"esbuild": "^0.14.25",
"rewrite-imports": "^2.0.0",
"terser": "^5.12.0"
},
"devDependencies": {
"premove": "3.0.1",
"uvu": "0.5.1"
"@types/node": "17.0.21",
"tsm": "2.2.1",
"uvu": "0.5.3"
}
}
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