Socket
Book a DemoInstallSign in
Socket

octopus-start-preset-depcheck

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

octopus-start-preset-depcheck

depcheck task preset for octopus/start

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

octopus-start-preset-depcheck npm

Task for executing depcheck for all modules in project.

install

npm install --save-dev octopus-start-preset-depcheck

Usage

const depcheck = require('octopus-start-preset-depcheck'),
  Start = require('start').default;

const start = new Start();

module.exports.depCheck = start(depcheck({ignoreMatches: ['mocha']}));

API

(opts)

Task for executing depcheck for all modules in project.

Parameters:

  • opts - pass-through to depcheck.

FAQs

Package last updated on 14 Jun 2017

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