Socket
Book a DemoInstallSign in
Socket

github-deps

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

github-deps

Get and check npm dependencies from github URLs

unpublished
latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

github-deps

NPM version Build Status

Information

Packagegithub-deps
DescriptionGet and check npm dependencies from github URLs
Node Version>= 0.10

Install

  npm install github-deps

Example


var gdeps = require('github-deps');

var url = 'https://github.com/stevelacy/github-deps/blob/master/test/fixtures/pkg.json'

gdeps(url, {}, function(err, data){
  // => { name: 'project', deps: { mocha: { update: '2.0.1', current: '^1.1.0' } } }
});

API

githubDeps(<String> <Array>, {<options>}, function(err, data){

});

All options are passed to rawgithub

License MIT

Keywords

deps

FAQs

Package last updated on 09 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts