🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More →
Socket
Book a DemoSign in
Socket

@jsrepo/bun

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsrepo/bun

Remote dependency resolver for bun workspace protocol.

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

@jsrepo/bun

npm version npm downloads

A remote dependency resolver for jsrepo that resolves Bun workspace: protocol versions to concrete semver strings during registry builds.

Usage

Install the package:

pnpm install @jsrepo/bun -D

Add the resolver to your jsrepo config:

import { defineConfig } from "jsrepo";
import { bun } from "@jsrepo/bun";

export default defineConfig({
  build: {
    remoteDependencyResolver: bun(),
  },
});

Now your workspace: versions will be resolved to concrete versions when building your registry.

Keywords

jsrepo

FAQs

Package last updated on 19 Mar 2026

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