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.8.4 to 0.8.5

dist/unbuild.b5dabef4.mjs

2

dist/index.d.ts

@@ -48,2 +48,3 @@ import { PackageJson } from 'pkg-types';

interface BuildOptions {
name: string;
rootDir: string;

@@ -76,2 +77,3 @@ entries: BuildEntry[];

chunks?: string[];
chunk?: boolean;
}[];

@@ -78,0 +80,0 @@ usedImports: Set<string>;

3

package.json
{
"name": "unbuild",
"version": "0.8.4",
"version": "0.8.5",
"description": "A unified javascript build system",

@@ -41,2 +41,3 @@ "repository": "unjs/unbuild",

"esbuild": "^0.15.0",
"globby": "^13.1.2",
"hookable": "^5.1.1",

@@ -43,0 +44,0 @@ "jiti": "^1.14.0",

Sorry, the diff of this file is not supported yet

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