Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
yarn & npm registry manager can help you easy and fast switch between different registries, now include: cnpm, taobao, nj(nodejitsu), rednpm, edunpm
cgr
can help you easy and fast switch between different npm or yarn registries,
now include: npm
, cnpm
, taobao
, npmMirror
, yarn
.
$ npm install -g cgr
npm registry is the same as yarn registry, * for both
$ cgr ls
npm ----- https://registry.npmjs.org/
cnpm ---- http://r.cnpmjs.org/
* taobao -- https://registry.npm.taobao.org/
npmMirror https://skimdb.npmjs.com/registry/
npm registry is different from yarn registry, N for npm, Y for yarn
$ cgr ls
N npm ----- https://registry.npmjs.org/
cnpm ---- http://r.cnpmjs.org/
Y taobao -- https://registry.npm.taobao.org/
npmMirror https://skimdb.npmjs.com/registry/
$ cgr use cnpm //both switch registry to cnpm
npm registry has been set to: http://r.cnpmjs.org/
yarn registry has been set to: http://r.cnpmjs.org/
$ cgr use cnpm y //yarn switch registry to cnpm
yarn registry has been set to: http://r.cnpmjs.org/
$ cgr use cnpm n //npm switch registry to cnpm
npm registry has been set to: http://r.cnpmjs.org/
Usage: cgr [options] [command]
Commands:
ls List all the registries
use <registry> [type] Change registry to registry
add <registry> <url> [home] Add one custom registry
del <registry> Delete one custom registry
test [registry] Show the response time for one or all registries
help Print this help
Options:
-h, --help output usage information
-V, --version output the version number
When you use an other registry, you can not use the publish
command.
MIT
FAQs
yarn & npm registry manager can help you easy and fast switch between different registries, now include: cnpm, taobao, nj(nodejitsu), rednpm, edunpm
We found that cgr demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.