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

mkdist

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mkdist - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

dist/cli.js

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

if (isCjs) {
contents = jiti__default['default']().transform({source: contents, retainLines: false});
contents = jiti__default['default']().transform({source: contents, retainLines: false}).replace(/^exports.default = /mg, "module.exports = ");
}

@@ -62,0 +62,0 @@ output.push({

@@ -57,3 +57,3 @@ 'use strict';

if (isCjs) {
contents = jiti__default['default']().transform({source: contents, retainLines: false});
contents = jiti__default['default']().transform({source: contents, retainLines: false}).replace(/^exports.default = /mg, "module.exports = ");
}

@@ -60,0 +60,0 @@ output.push({

{
"name": "mkdist",
"version": "0.3.0",
"version": "0.3.1",
"description": "Lightweight file-to-file transformer",

@@ -5,0 +5,0 @@ "repository": "unjs/mkdist",

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