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

ndsh

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ndsh

NPX runner for shell scripts

  • 1.5.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16
decreased by-27.27%
Maintainers
3
Weekly downloads
 
Created
Source

ndsh NPM version

NPX runner for automatic publishing scripts

npx ndsh <SCRIPT> [arguments...]

Available scripts

has-prefix

npx ndsh has-prefix <PREFIX>

Checks the package name starts with the given argument. Useful for org owned modules (npx ndsh has-prefix @my-org/).

Info

npx ndsh info

Prints some info about the Git repo and NPM module (A demonstration script)

Publish to NPM

npx ndsh publish [testing]

Deprecated, use published

Passing 'testing' string will result in an echo of the operation only

Create Git tag

npx ndsh tag

Create a Git tag, by the package version, with a message by the latest commit message

Verify NPM User

npx ndsh verify <USERNAME>

Verify against NPM that the logged in user is the one specified by the argument. Exits (1) on mismatch

FAQs

Package last updated on 09 Jan 2022

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