You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mcdetect

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcdetect - npm Package Compare versions

Comparing version

to
1.0.4

8

bin/mcdetect.js

@@ -8,3 +8,3 @@ #!/usr/bin/env node

const yargs = require('yargs')
.usage('Usage: $0 [url ...] [options]')
.usage('Usage: mcdetect [url ...] [options]')
.config().alias('c', 'config')

@@ -16,6 +16,6 @@ .option('e', {

.help().alias('h', 'help')
.example('$ $0 https://example.com', 'Scan a single target')
.example('$ $0 example.com example.com/foo',
.example('$ mcdetect https://example.com', 'Scan a single target')
.example('$ mcdetect example.com example.com/foo',
'Scan multiple targets; exit immediately if an error occurs')
.example('$ $0 --config targets.json', 'Scan targets from a config file');
.example('$ mcdetect --config targets.json', 'Scan targets from a config file');

@@ -22,0 +22,0 @@ const argv = yargs.argv;

{
"name": "mcdetect",
"version": "1.0.3",
"version": "1.0.4",
"preferGlobal": true,

@@ -5,0 +5,0 @@ "bin": {