Socket
Socket
Sign inDemoInstall

unbuild

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unbuild - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.2.3](https://github.com/unjs/unbuild/compare/v0.2.2...v0.2.3) (2021-04-23)
### Features
* pass ext option to mkdist ([2c9a513](https://github.com/unjs/unbuild/commit/2c9a513014bab7d5b0cab67e6952647c085edf11))
### [0.2.2](https://github.com/unjs/unbuild/compare/v0.2.1...v0.2.2) (2021-04-21)

@@ -7,0 +14,0 @@

3

dist/chunks/build.js

@@ -253,3 +253,4 @@ 'use strict';

cleanDist: false,
declaration: entry.declaration
declaration: entry.declaration,
ext: entry.ext
});

@@ -256,0 +257,0 @@ ctx.buildEntries.push({

@@ -11,2 +11,3 @@ declare function build(rootDir: string, stub: boolean): Promise<void>;

outDir?: string;
ext?: 'mjs' | 'js' | 'ts';
}

@@ -13,0 +14,0 @@ interface BuildOptions {

{
"name": "unbuild",
"version": "0.2.2",
"version": "0.2.3",
"description": "An unified javascript build system",

@@ -32,16 +32,16 @@ "repository": "unjs/unbuild",

"@rollup/plugin-node-resolve": "^11.2.1",
"chalk": "^4.1.0",
"chalk": "^4.1.1",
"consola": "^2.15.3",
"defu": "^3.2.2",
"esbuild": "^0.11.6",
"defu": "^4.0.1",
"esbuild": "^0.11.13",
"jiti": "^1.9.1",
"mkdirp": "^1.0.4",
"mkdist": "^0.2.0",
"mkdist": "^0.2.1",
"mri": "^1.1.6",
"pretty-bytes": "^5.6.0",
"rimraf": "^3.0.2",
"rollup": "^2.44.0",
"rollup": "^2.45.2",
"rollup-plugin-dts": "^3.0.1",
"rollup-plugin-esbuild": "^3.0.2",
"scule": "^0.1.1",
"scule": "^0.2.0",
"typescript": "^4.2.4",

@@ -48,0 +48,0 @@ "untyped": "^0.2.5",

Sorry, the diff of this file is not supported yet

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