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

5.0.0

Diff

Changelog

Source

5.0.0

  • Eslint 4 (#71) (Simen Bekkhus)
  • Update readme with eslint 4 (#72) (Simen Bekkhus)
  • Use [@studio/changes][] for release and remove Makefile
mantoni
published 4.2.5 •

Changelog

Source

4.2.5

Add .vimrc example for buffer auto-fixing to README.

aaronjensen
published 4.2.4 •

Changelog

Source

4.2.4

Exit with status 1 when an error occurs. Fixes [#63][issue 63].

aaronjensen
published 4.2.2 •

Changelog

Source

4.2.2

Fix --fix-to-stdout when used with an ignored file.

aaronjensen
published 4.2.1 •

Changelog

Source

4.2.1

Fix [--fix-to-stdout when used with an empty file][pull 59].

mantoni
published 4.2.0 •

Changelog

Source

4.2.0

An exciting new feature comes to eslint_d, the first one that is not part of eslint itself. [Aaron Jensen implemented][pull 53] --fix-to-stdout which allows to integrated eslint --fix into your editor as a save action 🎉

Currently, this feature only works with --stdin and you can test it like this:

$ cat ./some/file.js | eslint_d --fix-to-stdout --stdin
mantoni
published 4.1.0 •

Changelog

Source

4.1.0

Support for --print-config was [added by Aaron Jensen][pull 51]. He also added instructions for Emacs users.

mantoni
published 3.1.2 •

Changelog

Source

3.1.2

Back-ported the security fix from v4.0.1.

mantoni
published 4.0.1 •

Changelog

Source

4.0.1

Fixes a security issue that was [noticed by Andri Möll][issue 45]. Thanks for reporting! To avoid CSRF attacks, this [introduces a security token][pull 46] that must be sent by clients on each request. This change also binds the daemon explicitly to 127.0.0.1 instead of implicitly listening on all network interfaces.

mantoni
published 4.0.0 •

Changelog

Source

4.0.0

Use ESLint 3.

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