🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

bunpare

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bunpare

A simple prepare script for bun.lockb

latest
Source
npmnpm
Version
1.1.2
Version published
Weekly downloads
14
1300%
Maintainers
1
Weekly downloads
 
Created
Source

bunpare

npm version npm downloads

bunpare is a tool to configure git for Bun's lockfile.

Prerequisites

  • Bun must be installed and available in your PATH.
  • git must be installed and available in your PATH.
  • The script must be run inside a Git repository.

CLI

Run the script in your project directory:

bunx bunpare

Configure per project

You can execute the script automatically when you run bun install by adding the following to your package.json:

{
	// ...
	"scripts": {
		"prepare": "npx bunpare"
	}
	// ...
}

What it does

Configure for git diff Bun's lockfile automatically

License

MIT

FAQs

Package last updated on 25 Mar 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