Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dead-code-checker

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dead-code-checker - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

8

bin/index.js
#!/usr/bin/env node
const { Command } = require('commander');
const version = require('./version');
const checker = require('./checker');
const DeadCodeChecker = require('../dist/index.js');

@@ -21,5 +20,6 @@ const program = new Command();

} else if (options.version) {
version();
console.log(package.version);
} else {
checker(options);
const checker = new DeadCodeChecker(options.folder);
checker.run();
}
{
"name": "dead-code-checker",
"version": "0.0.3",
"version": "0.0.4",
"description": "Dead code checker",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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