Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

download-github-repo

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

download-github-repo - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

History.md
0.1.2 - April 2, 2014
---------------------
* remove unnecessary deps
0.1.1 - March 31, 2014

@@ -3,0 +7,0 @@ ----------------------

5

index.js

@@ -1,7 +0,2 @@

var fs = require('fs');
var rm = require('rimraf');
var tar = require('tar');
var wget = require('download');
var zlib = require('zlib');

@@ -8,0 +3,0 @@ /**

{
"name": "download-github-repo",
"version": "0.1.2",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/download-github-repo",

@@ -14,13 +16,13 @@ "description": "Download and extract a GitHub repository from node.",

],
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"download": "^0.1.11",
"rimraf": "~2.2.6",
"tar": "~0.1.19"
"download": "^0.1.11"
},
"devDependencies": {
"mocha": "~1.17.1",
"fs-readdir-recursive": "0.0.1"
"fs-readdir-recursive": "0.0.1",
"rimraf": "~2.2.6"
},
"scripts": {
"test": "mocha"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc