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.1 to 1.1.2

2

index.js

@@ -111,3 +111,3 @@ #!/usr/bin/env node

const mount = /(.|-|@)/.test(name) ? `['${name}']` : `.${name}`;
const terser = pkg.terser || existsSync(rcfile) ? JSON.parse(readFileSync(rcfile)) : {};
const terser = pkg.terser || (existsSync(rcfile) ? JSON.parse(readFileSync(rcfile)) : {});

@@ -114,0 +114,0 @@ function capitalize(str) {

{
"name": "bundt",
"version": "1.1.1",
"version": "1.1.2",
"repository": "lukeed/bundt",

@@ -38,4 +38,4 @@ "description": "A simple bundler for your delcious modules~!",

"premove": "^3.0.0",
"uvu": "^0.3.0"
"uvu": "^0.5.0"
}
}
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