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

eslint_d

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint_d - npm Package Versions

1
8

9.1.2

Diff

Changelog

Source

9.1.2

Fixes an issue with --color / --no-color not working correctly.

  • 🐛 17ae7bd Use level property instead of enabled for chalk (#139) (Ibuki)
  • 📚 c72869f Update eslint version compatibilty note
  • 🛡 646772c npm audit
  • 🛡 6d606db Bump lodash from 4.17.15 to 4.17.19 in /test/fixture/v5.16.x (dependabot[bot])
  • 🛡 de3a6b9 Bump lodash from 4.17.15 to 4.17.19 in /test/fixture/v4.19.x (dependabot[bot])
  • 🛡 7380d79 Bump lodash from 4.17.15 to 4.17.19 (dependabot[bot])
  • 🛡 04d37b1 Bump lodash from 4.17.15 to 4.17.19 in /test/fixture/v6.0.x (dependabot[bot])
  • 🛡 2816459 Bump lodash from 4.17.15 to 4.17.19 in /test/fixture/v7.0.x (dependabot[bot])
  • 🛡 f838505 Bump lodash from 4.17.15 to 4.17.19 in /test/fixture/v6.8.x (dependabot[bot])
  • 🛡 5a53f65 Bump lodash from 4.17.15 to 4.17.19 in /test/fixture/v4.0.x (dependabot[bot])
  • 🛡 195b19b Bump lodash from 4.17.15 to 4.17.19 in /test/fixture/v5.0.x (dependabot[bot])

Released by Maximilian Antoni on 2020-09-08.

mantoni
published 9.1.1 •

Changelog

Source

9.1.1

Fixes an issue with pnpm being unable to resolve chalk.

  • 🐛 6f2f88d Fix issue #101 (Alexander Koltun)

Released by Maximilian Antoni on 2020-06-23.

mantoni
published 9.1.0 •

Changelog

Source

9.1.0

  • 🍏 836912c Update eslint to v7.3
  • 🍏 09c46d6 Upgrade core_d to v2
  • 📚 f4f1cd3 State pnpm compatibility
  • 0cd4828 Upgrade Mocha to v8
  • 8e2b18e Update @sinonjs/referee-sinon to v7.1

Released by Maximilian Antoni on 2020-06-22.

mantoni
published 9.0.0 •

Changelog

Source

9.0.0

Now ships with eslint 7, drops Node 8 support, adds Node 14. Note that eslint_d continues to support older eslint versions down to v4.

  • 💥 5f14916 Support eslint 7
  • 💥 e8fa144 Remove node 8 from travis config
  • 🍏 7e518b8 Add node 12 to travis config
  • 🍏 71e140c Update optionator to v0.9.1
  • 📚 0b830e6 Update compatibility notes for v9.0.0
  • c9512fc Upgrade Studio Changes to v2
  • 6825f70 Upgrade to referee-sinon 7
  • 17e164f Upgrade to Mocha 7
  • 875e004 Update eslint config

Released by Maximilian Antoni on 2020-06-09.

mantoni
published 8.1.1 •

Changelog

Source

8.1.1

Security patches.

  • 🛡 2f0c21e npm audit v6.8.x fixture
  • 🛡 912818c npm audit v6.0.x fixture
  • 🛡 72ad6f5 npm audit v5.16.x fixture
  • 🛡 706250e npm audit v5.0.x fixture
  • 🛡 c609c3a npm audit v4.19.x fixture
  • 🛡 4983414 npm audit v4.0.x fixture
  • 🛡 ffb150a npm audit
  • 🛡 6e0434e Bump acorn from 7.1.0 to 7.1.1 in /test/fixture/v6.8.x (dependabot[bot])
  • 🛡 30f87d3 Bump acorn from 6.1.1 to 6.4.1 in /test/fixture/v6.0.x (dependabot[bot])
  • 🛡 414a697 Bump acorn from 6.4.0 to 6.4.1 in /test/fixture/v5.16.x (dependabot[bot])
  • 🛡 6e2fc82 Bump acorn from 6.1.1 to 6.4.1 in /test/fixture/v5.0.x (dependabot[bot])
  • 🛡 06a6144 Bump acorn from 6.1.1 to 6.4.1 (dependabot[bot])

Released by Maximilian Antoni on 2020-03-21.

mantoni
published 8.1.0 •

Changelog

Source

8.1.0

  • 🍏 501333a Reviewed existing CLI options. Added new ESLint CLI options. (MarS)

    Added next CLI options:

    1. --parser-options - Specify parser options
    2. --resolve-plugins-relative-to - A folder where plugins should be resolved from, CWD by default
    3. --fix-dry-run - Automatically fix problems without saving the changes to the file system
    4. --fix-type - Specify the types of fixes to apply (problem, suggestion, layout)
    5. --report-unused-disable-directives - Adds reported errors for unused eslint-disable directives
    6. --init - Run config initialization wizard'
    7. --env-info - Output execution environment information
    8. --error-on-unmatched-pattern - Prevent errors when pattern is unmatched
  • 📚 8abbf0d Add v6 to eslint version compatibility statement
  • a8ca530 Bump eslint-utils from 1.3.1 to 1.4.2 (dependabot[bot])

    Bumps eslint-utils from 1.3.1 to 1.4.2.

    Signed-off-by: dependabot[bot] support@github.com

  • ac8378b Upgrade mocha to v6
  • b922130 Bump lodash from 4.17.11 to 4.17.14 (dependabot[bot])

    Bumps lodash from 4.17.11 to 4.17.14.

    Signed-off-by: dependabot[bot] support@github.com

Released by Maximilian Antoni on 2020-02-19.

mantoni
published 8.0.0 •

Changelog

Source

8.0.0

Upgrade default eslint to v6

This release retains compatibility with projects depending on eslint v4 and v5.

Released by Maximilian Antoni on 2019-06-24.

mantoni
published 7.3.0 •

Changelog

Source

7.3.0

Extract core_d, a library for offloading work to a background server

With this release, most of the code from this project was moved to core_d. This allows you to build your own projects using the same technique as eslint_d for Standard, Prettier and other tools.

  • 🍏 786d439 Extract core_d
  • 📚 a1501ec Link to core_d in the docs
  • 🐛 48a95f5 Reinstall dependencies
  • 🐛 1bf34a7 Remove superfluous sinon.restore() calls
  • 8f64205 Use mocha-referee-sinon to verify all tests have assertions
  • ec24293 Use @sinonjs/referee-sinon v5

Released by Maximilian Antoni on 2019-02-26.

mantoni
published 7.2.0 •

Changelog

Source

7.2.0

Support for multiple major eslint versions

Now you can have multiple projects with a mix of eslint 4.0+ and 5.0+ dependencies. The test suite of eslint_d has been enhanced to run tests against all supported major versions.

  • 🍏 f00a097 Change eslint dependency version to ^4 || ^5
  • 🍏 25dddb0 Run tests against eslint v4.0 and v5.0
  • 🐛 91aa059 Update npm in Travis Node 6 build
  • 📚 3491f4f Add a note about eslint version compatibility

Released by Maximilian Antoni on 2018-12-04.

mantoni
published 7.1.1 •

Changelog

Source

7.1.1

Transparent relaunch on connection failure

If the daemon process was killed or crashed and an orphaned ~/.eslint_d file was present, the eslint_d command would repeatedly fail to connect. With this patch, the ~/.eslint_d file is removed on ECONNREFUSED errors and a new instance is created transparently.

  • 🐛 ec25134 Transparent relaunch on connection failure
  • 🐛 4abea7c Do not retry on connection failure
  • 📚 6eaf262 Fix list formatting in changelog
  • 📚 2fb112b Fix changelog formatting
  • 📚 436b45f Update Studio Changes for --footer support

Released by Maximilian Antoni on 2018-09-18.

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