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

unbuild

Package Overview
Dependencies
Maintainers
2
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.6.4 to 0.6.5

5

dist/index.d.ts

@@ -63,3 +63,6 @@ import { PackageJson } from 'pkg-types';

declare type BuildPreset = BuildConfig | (() => BuildConfig);
interface BuildConfig extends Partial<Omit<BuildOptions, 'entries'>> {
declare type DeepPartial<T> = {
[P in keyof T]?: DeepPartial<T[P]>;
};
interface BuildConfig extends DeepPartial<Omit<BuildOptions, 'entries'>> {
entries?: (BuildEntry | string)[];

@@ -66,0 +69,0 @@ preset?: string | BuildPreset;

2

package.json
{
"name": "unbuild",
"version": "0.6.4",
"version": "0.6.5",
"description": "An unified javascript build system",

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

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