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

rolldown

Package Overview
Dependencies
Maintainers
2
Versions
307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rolldown - npm Package Compare versions

Comparing version 0.4.1-alpha.11 to 0.4.1-alpha.12

2

package.json

@@ -110,3 +110,3 @@ {

},
"version": "0.4.1-alpha.11"
"version": "0.4.1-alpha.12"
}

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

cwd: process.cwd(),
classic: true
// pkgDir: '.',

@@ -23,3 +24,4 @@ },

l: ['license'],
W: ['workspace', 'workspaces']
W: ['workspace', 'workspaces'],
C: ['add-module-exports', 'module-exports', 'classic']
},

@@ -26,0 +28,0 @@ });

@@ -84,3 +84,3 @@ const fs = require('fs');

const license = `/** Released under the ${opts.license ||
pkg.license} License, @tunnckoCore & contributors. */`;
pkg.license} License, @tunnckoCore <opensource@tunnckocore.com> & contributors. */`;

@@ -97,3 +97,3 @@ const outMap = {

// don't break oldschool/classic/normal node.js
outro: isCLI ? '' : 'module.exports = exports.default || exports;',
outro: isCLI ? '' : (opts.classic ? 'module.exports = exports.default || exports;' : ''),
},

@@ -100,0 +100,0 @@ esm: {

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