New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

enhanced-publish

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enhanced-publish

Npm publish command with lerna's from-package publish behaviour.

  • 1.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
434
decreased by-57.9%
Maintainers
1
Weekly downloads
 
Created
Source

enhanced-publish

installing

  • run npm install -g enhanced-publish
  • use npx to run and execute the package

usage

The package is a command line tool that can be used to publish your package to npm. It works exactly like npm publish but it also allows you to specify to only publish the package if there is no version conflict.

--if-possible

The behavior is heavily inspired by lerna's from-package publishing strategy.

The command adds a flag --if-possible to the npm publish command and will not publish if the package already exists in the registry.

--use-preid-as-tag

Will use the 'preid' as the tag. 1.0.0-alpha.1 becomes --tag alpha in the publish command.

FAQs

Package last updated on 17 Apr 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc