Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@valu/npm-tools

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@valu/npm-tools

Tools for working with npm packages

  • 1.5.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by1000%
Maintainers
4
Weekly downloads
 
Created
Source

Valu npm tools

Scripts to manage releases on this and other repos

Install

npm install -g @valu/npm-tools

Scripts

valu-npm-prerelease

Run in a packages/* directory to make prerelease of that package

valu-npm-release

Run in a packages/* directory to make stable release of that package

valu-npm-dev-install

Install unpublished package to a project

cd project
valu-npm-dev-install /path/to/npm-packages/packages/a-package

You can use -f to install the package without building it first. This is useful when using a watcher to build the package automatically.

cd /path/to/npm-packages/packages/a-package
npm run watch
cd project
valu-npm-dev-install -f /path/to/npm-packages/packages/a-package

FAQs

Package last updated on 04 Nov 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