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.1.3 to 1.1.4

3

index.js

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

let CJS = rewrite(ESM).replace(/(^|;\s*|\r?\n+)export(?:\s*{([^}]*)}(?:(?:;|\s|$)))?( default)?(?: (const|(?:async )?function|class|let|var)\s+([a-z$_][\w$]*))?(?=([^"'`]*["'`][^"'`]*["'`])*[^"'`]*$)/gi, (raw, ws, names, def, type, name) => {
let CJS = rewrite(ESM).replace(/(^|;\s*|\r?\n+)export(?:(?:\s*{([^}]*)}(?:(?:;|\s|$)))|( default)|(?: (const|(?:async )?function|class|let|var))\s+([a-z$_][\w$]*))?(?=([^"'`]*["'`][^"'`]*["'`])*[^"'`]*$)/gi, (raw, ws, names, def, type, name) => {
console.log('HERE', { raw, ws, names, def, type, name });
if (def) return ws + 'module.exports =';

@@ -134,0 +135,0 @@ if (type) return keys.push(name) && `${ws}${type} ${name}`;

{
"name": "bundt",
"version": "1.1.3",
"version": "1.1.4",
"repository": "lukeed/bundt",

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

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

<div align="center">A simple bundler for your delcious modules~!</div>
<div align="center">A simple bundler for your delicious modules~!</div>

@@ -20,0 +20,0 @@ ## Features

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