New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 1.0.3 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": {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc