You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

git-ripper

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-ripper - npm Package Compare versions

Comparing version

to
1.3.6

6

package.json
{
"name": "git-ripper",
"version": "1.3.4",
"version": "1.3.6",
"description": "CLI tool that lets you download specific folders from GitHub repositories without cloning the entire repo.",

@@ -34,5 +34,7 @@ "main": "src/index.js",

"axios": "^1.6.7",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"commander": "^12.0.0",
"p-limit": "^6.2.0"
"p-limit": "^6.2.0",
"pretty-bytes": "^6.1.1"
},

@@ -39,0 +41,0 @@ "repository": {

@@ -7,3 +7,3 @@ import { program } from 'commander';

program
.version('1.3.4')
.version('1.3.6')
.description('Clone specific folders from GitHub repositories')

@@ -10,0 +10,0 @@ .argument('<url>', 'GitHub URL of the folder to clone')