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

npm-ri

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-ri

npm install packages using regular expressions to update installed dependencies

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
0
Created
Source

npm-ri

npm install using regular expression to update installed packages

Usage

Basic (by default the dependency version is "latest")

npx npm-ri "<dependecy-name-regex>"

Example

npx npm-ri "@radix-ui/.*"

With custom version

npx npm-ri "<dependency-name-regex>" --dependency-version <dependency-version>

or

npx npm-ri "<dependency-name-regex>" -dv <dependency-version>

Example

npx npm-ri "@tanstack/.*" -dv beta

Keywords

npm install

FAQs

Package last updated on 06 Jul 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