New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

publish-fork

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

publish-fork

Publish fork repo to npm registry without modifying package.json

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Overview

If you fork a repo and want to publish the fork version of the package, you have to modify the origin package.json, This tool helps you to modify the package.json and restore it after the publish so that you don't lost sync with the origin repo.

Usage

Run it under the directory of the fork repo:

npx publish-fork

Specify a version to publish:

npx publish-fork -v 1.2.3

Keywords

npm

FAQs

Package last updated on 07 May 2023

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