Socket
Socket
Sign inDemoInstall

dvc

Package Overview
Dependencies
49
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dvc

Checks for outdated dependencies


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Install size
3.89 MB
Created
Weekly downloads
 

Readme

Source

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)
  })

FAQs

Last updated on 23 Oct 2016

Did you know?

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc