Socket
Book a DemoInstallSign in
Socket

bare-prebuild

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-prebuild

Tool for recursively prebuilding installed native addons from source

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
2
Created
Source

bare-prebuild

Tool for recursively prebuilding installed native addons from source.

npm i [-g] bare-prebuild

Usage

const prebuild = require('bare-prebuild')

await prebuild('/path/to/module')
bare-prebuild

API

await prebuild([base][, options])

Options include:

{
  platform: os.platform(),
  arch: os.arch(),
  simulator: false,
  environment: null,
  sanitize,
  debug,
  define,
  verbose: false,
  stdio
}

CLI

bare-prebuild [flags] [base]

Flags include:

--platform|-p <name>
--arch|-a <name>
--simulator
--environment|-e <name>
--debug|-d
--sanitize <name>
--define|-D <var>[:<type>]=<value>
--verbose
--help|-h

License

Apache-2.0

FAQs

Package last updated on 26 Nov 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