git-subpath
Advanced tools
+1
-1
| { | ||
| "name": "git-subpath", | ||
| "version": "0.0.5", | ||
| "version": "0.0.6", | ||
| "description": "Publish subpath of a repository to a prescribed version. Useful for installing node modules from a monorepo on github.", | ||
@@ -5,0 +5,0 @@ "bin": { |
+4
-2
@@ -22,7 +22,9 @@ ## Intro | ||
| Upon invoking the above command successfully, the log will reveal the installation instructions at the end | ||
| Upon invoking the above command successfully, the log should reveal the installation instructions at the end | ||
| ``` | ||
| ========================= | ||
| Output install: "npm install --save git+ssh://git@github.com:user/repo.git#v0.0.1-Helper" | ||
| Example install paths (switch out protocol as long as the remote + tag works for you) - | ||
| HTTPS install: "npm install --save git+https://git@github.com:user/repo.git#v0.0.1-Helper" | ||
| SSH install: "npm install --save git+ssh://git@github.com:user/repo.git#v0.0.1-Helper" | ||
| ``` | ||
@@ -29,0 +31,0 @@ |
+1
-1
@@ -5,3 +5,3 @@ 'use strict' | ||
| program | ||
| .version('0.0.5') | ||
| .version('0.0.6') | ||
| .option('-p, --path <value>', 'Target path to submit') | ||
@@ -8,0 +8,0 @@ .option('-m, --module <value>', 'Module name') |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
7514
2.48%47
4.44%