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

git-subpath

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-subpath - npm Package Compare versions

Comparing version
0.0.5
to
0.0.6
+1
-1
package.json
{
"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": {

@@ -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 @@

@@ -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')