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

cgr

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cgr - npm Package Compare versions

Comparing version 1.2.8 to 1.2.9

3

cli.js
#!/usr/bin/env node
const os = require('os');
const path = require('path');

@@ -13,3 +14,3 @@ const fs = require('fs');

const PKG = require('./package.json');
const HOME = process.env.HOME || process.env.HOMEPATH || process.env.USERPROFILE;
const HOME = os.homedir();
const CGRRC = path.join(HOME, '.cgrrc');

@@ -16,0 +17,0 @@ const npmRe = {

{
"name": "cgr",
"version": "1.2.8",
"version": "1.2.9",
"description": "yarn & npm registry manager can help you easy and fast switch between different registries, now include: cnpm, taobao, nj(nodejitsu), rednpm, edunpm",

@@ -5,0 +5,0 @@ "bin": {

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