Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.0.0 to 1.0.1

2

index.js

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

.replace(/(^|\s|;)export default/, '$1module.exports =')
.replace(/(^|\s|;)export (const|function|class|let|var) (.+?)(?=(\(|\s|\=))/gi, (_, x, type, name) => {
.replace(/(^|\s|;)export (const|(?:async )?function|class|let|var) (.+?)(?=(\(|\s|\=))/gi, (_, x, type, name) => {
return keys.push(name) && `${x}${type} ${name}`;

@@ -126,0 +126,0 @@ });

{
"name": "bundt",
"version": "1.0.0",
"version": "1.0.1",
"repository": "lukeed/bundt",

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

"scripts": {
"test": "tape test/*.js | tap-spec"
"test": "uvu test -i fixtures"
},

@@ -39,5 +39,4 @@ "engines": {

"premove": "^1.0.0",
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
"uvu": "^0.0.6"
}
}

@@ -32,3 +32,3 @@ <div align="center">

If you need either of these, using [`microbundle`](https://github.com/developit/microbundle) comes ***highly recommend***!
If you need either of these, using [`microbundle`](https://github.com/developit/microbundle) comes ***highly recommended***!

@@ -78,1 +78,5 @@ > Seriously, I write wonky ES5 code in a single file...<br>`bundt` only puts a name to the builder script I copy & paste between libraries.<br>You are 99.9999% more likely to do better with `microbundle` and/or to not outgrow it.

MIT © [Luke Edwards](https://lukeed.com)
<hr>
<sup><em>Logo by [iconicbestiary](https://www.freepik.com/free-vector/various-desserts-bakery_1310918.htm#page=2&position=38)</em></sup>
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