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.1.7 to 0.1.8

7

CHANGELOG.md

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

### [0.1.8](https://github.com/unjs/unbuild/compare/v0.1.7...v0.1.8) (2021-04-09)
### Bug Fixes
* **rollup:** set respectExternal option for dts ([a596fa3](https://github.com/unjs/unbuild/commit/a596fa333d78178d41a4e7ad0cd0114f3af9cedb))
### [0.1.7](https://github.com/unjs/unbuild/compare/v0.1.6...v0.1.7) (2021-04-09)

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

4

dist/chunks/build.js

@@ -117,3 +117,5 @@ 'use strict';

rollupOptions.plugins = rollupOptions.plugins || [];
rollupOptions.plugins.push(dts__default['default']());
rollupOptions.plugins.push(dts__default['default']({
respectExternal: true
}));
const typesBuild = await rollup.rollup(rollupOptions);

@@ -120,0 +122,0 @@ await typesBuild.write({

{
"name": "unbuild",
"version": "0.1.7",
"version": "0.1.8",
"description": "An unified javascript build system",

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

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