0.1.1 • Published 9 years ago

dvc v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

Dependency Version Checker

Installation

npm install --save dvc
npm install -g dvc

Usage

Command line

dvc [--registry <url>] [<pkg-name>[ <pkg-name>]]
FlagsDefaultDescription
registryhttps://registry.npmjs.org/Registry url

When called without pkg-name, it will look for package.json in the current working directory.

API

const DVC = require('dvc')
const dvc = new DVC({
  registry: 'http://localhost/registry'
})

dvc.check('i18n-light', 'ipc-emitter')
  .then((info) => {
    console.info(info)
  })
0.1.1

9 years ago

0.1.0

9 years ago