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

nrmm

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nrmm

NPM registry manager mirror can help you easy and fast switch between different npm registries

latest
Source
npmnpm
Version
1.1.3
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

nrmm - NPM registry manager mirror

Another version of nrm, just for learning something interesting.

Install

npm i -g nrmm

Usage

List all available registries:

$ nrmm ls
  npm       ---------- https://registry.npmjs.org/
  yarn      ---------- https://registry.yarnpkg.com/
  tencent   ---------- https://mirrors.cloud.tencent.com/npm/
  cnpm      ---------- https://r.cnpmjs.org/
* taobao    ---------- https://registry.npmmirror.com/
  npmMirror ---------- https://skimdb.npmjs.com/registry/

Show current registry:

nrmm current

Switch registry:

$ nrmm use # or npm use <registry>
? Select a registry (Use arrow keys)
> npm 
  yarn 
  tencent 
  cnpm 
  taobao 
  npmMirror 

Add custom registry:

nrmm add

Delete custom registry:

nrmm del

Edit custom registry:

nrmm edit

Rename registry:

nrmm rename

Test the response time of registry:

nrmm ping [registry]

References

  • nrm
  • xmzs mmp

License

MIT

Keywords

npm

FAQs

Package last updated on 14 Feb 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