Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More β†’

eslint_d

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint_d - npm Package Compare versions

Comparing version 10.0.0 to 10.0.1

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

if (cmd === '-h' || cmd === '--help') {
const options = require('../lib/options');
const options = require('../lib/options-cliengine');
console.log(options.generateHelp());

@@ -17,0 +17,0 @@ return;

# Changes
## 10.0.1
- πŸ› [`f62713b`](https://github.com/mantoni/eslint_d.js/commit/f62713b79ed41de24cb7dcfacb8d6015011e90a7)
Unbreak `eslint_d --help` (Christian Albrecht)
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2021-02-10._
## 10.0.0

@@ -4,0 +11,0 @@

{
"name": "eslint_d",
"version": "10.0.0",
"version": "10.0.1",
"description": "Makes eslint the fastest linter on the planet",

@@ -5,0 +5,0 @@ "bin": "bin/eslint_d.js",