🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

unbuild

Package Overview
Dependencies
Maintainers
0
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unbuild

A unified JavaScript build system

3.5.0
latest
Source
npm
Version published
Weekly downloads
184K
-6.88%
Maintainers
0
Weekly downloads
 
Created

What is unbuild?

Unbuild is a unified build system for JavaScript and TypeScript libraries. It simplifies the process of building, bundling, and publishing packages by providing a streamlined configuration and execution environment.

What are unbuild's main functionalities?

Build JavaScript/TypeScript Libraries

Unbuild provides a simple command to build JavaScript or TypeScript libraries. It handles the compilation and bundling of source files into distributable formats.

unbuild build

Watch Mode

Unbuild offers a development mode that watches for changes in the source files and automatically rebuilds the library. This is useful for rapid development and testing.

unbuild dev

Configuration

Unbuild allows configuration through a JSON or JavaScript file. You can specify entry points, enable TypeScript declaration generation, and customize other build options.

{
  "entries": ["src/index"],
  "declaration": true
}

Other packages similar to unbuild

FAQs

Package last updated on 26 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts