🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@jsrepo/pnpm

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/pnpm

Remote dependency resolver for pnpm workspace and catalog protocols.

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

@jsrepo/pnpm

npm version npm downloads

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

Usage

Install the package:

pnpm install @jsrepo/pnpm -D

Add the resolver to your jsrepo config:

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

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

Now your workspace: and catalog: 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