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

github-origin-https-to-ssh

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-origin-https-to-ssh - npm Package Compare versions

Comparing version
1.0.6
to
1.0.7
+2
-2
fix_github_https_repo.sh

@@ -14,3 +14,3 @@ #!/usr/bin/env bash

USER=`echo $REPO_URL | sed -Ene's#https://github.com/([^/]*)/(.*).git#\1#p'`
USER=`echo $REPO_URL | sed -Ene's#https://github.com/([^/]*)/(.*).*#\1#p'`
if [ -z "$USER" ]; then

@@ -21,3 +21,3 @@ echo "-- ERROR: Could not identify User."

REPO=`echo $REPO_URL | sed -Ene's#https://github.com/([^/]*)/(.*).git#\2#p'`
REPO=`echo $REPO_URL | sed -Ene's#https://github.com/([^/]*)/(.*).*#\2#p'`
if [ -z "$REPO" ]; then

@@ -24,0 +24,0 @@ echo "-- ERROR: Could not identify Repo."

{
"name": "github-origin-https-to-ssh",
"version": "1.0.6",
"version": "1.0.7",
"description": "Convert GitHub origin urls from HTTPS to SSH",

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

"coordinates": [
42.38904489999999,
-71.1201748
45.5192014,
-73.5789198
]
}