🚀 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.2
to
2.0.3
+1
-1
cli.js

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

// Cloned repo with SSH
const url = repoUrl.includes('git@') ? repoUrl.replace('git@', 'https://') : repoUrl;
const url = repoUrl.includes('git@') ? repoUrl.replace('git@', 'https://').replace(':', '/') : repoUrl;

@@ -46,0 +46,0 @@ console.log(chalk.green(`Opening ${url}`));

{
"name": "openup",
"version": "2.0.2",
"version": "2.0.3",
"description": "Open remote repositories from your terminal",

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