Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@pmnps/plugin-fork

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pmnps/plugin-fork

This is a pmnps plugin for forking a package out to replace the node_modules one.

latest
Source
npmnpm
Version
4.5.0
Version published
Maintainers
1
Created
Source

@pmnps/plugin-fork

This is a plugin package for pmnps. It can fork a node_modules package to workspace, so you can replace it easily.

Config

// .pmnpsrc
{
  ...
  "plugins": [
    "@pmnps/plugin-fork",
    ......
  ],
}

Usage

# npx pmnps fork node_modules/{{packageName}}
# npx pmnps fork platforms/{{platformName}}/node_modules/{{packageName}}

Note: the path you provide to fork command should be exist in node_modules.

Keywords

js

FAQs

Package last updated on 26 Nov 2024

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