🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

openup

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openup - npm Package Compare versions

Comparing version
2.0.3
to
2.0.4
+1
-2
cli.js

@@ -43,6 +43,5 @@ #!/usr/bin/env node

// Cloned repo with SSH
const url = repoUrl.includes('git@') ? repoUrl.replace('git@', 'https://').replace(':', '/') : repoUrl;
const url = repoUrl.includes('git@') ? repoUrl.replace(':', '/').replace('git@', 'https://') : repoUrl;
console.log(chalk.green(`Opening ${url}`));
await open(url);
})();
{
"name": "openup",
"version": "2.0.3",
"version": "2.0.4",
"description": "Open remote repositories from your terminal",

@@ -5,0 +5,0 @@ "license": "MIT",