New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

szero

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

szero

Sub Zero dependency search.

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
35
-40.68%
Maintainers
4
Weekly downloads
 
Created
Source

szero

Coverage Status Build Status Known Vulnerabilities dependencies Status

NPM

Sub Zero dependency search.

Installation

npm install szero -g

Usage

$ szero . --help
Usage: szero /path/to/project [options]

Options:
  --version      Show version number                                   [boolean]
  --ignore, -i   ignores the specified directories separated by space. e.g:
                 bower_components examples test            [array] [default: []]
  --ci           enables process.exit() when unused dependency found.
                                                                [default: false]
  --dev          enables devDependencies processing.            [default: false]
  --license, -l  Displays license information for each dependency.
                                                                [default: false]
  --help         Show help                                             [boolean]
------------------------------------------------------------
[ Unused dependencies ]
------------------------------------------------------------
commander
------------------------------------------------------------
[ Unused devDependencies ]
------------------------------------------------------------
eslint
eslint-config-semistandard
eslint-config-standard
eslint-plugin-import
eslint-plugin-node
eslint-plugin-promise
eslint-plugin-react
eslint-plugin-standard
license-reporter
nsp
nyc
standard-version
tap-spec

NOTE: Not always devDependences are used via require(), so a larger number of unused devDependencies is expected in the output result.

When using the option --license or -l szero will display information about license for each dependency.

Thanks to license-reporter for the license information for each dependency.

Contributing

Please read the contributing guide

FAQs

Package last updated on 17 Jul 2018

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