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 Compare versions

Comparing version 10.0.3 to 10.0.4

9

CHANGES.md
# Changes
## 10.0.4
- ๐Ÿ“š [`b256c48`](https://github.com/mantoni/eslint_d.js/commit/b256c48acda89961b0f4408856bdcb216c8b624f)
Document fix for .vue files not autofixed (#154) (Artur Tagisow)
- ๐Ÿ“š [`c63b44b`](https://github.com/mantoni/eslint_d.js/commit/c63b44b2aadada8c35d0992aa9fb1445ff4c107f)
Add contributor
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2021-02-28._
## 10.0.3

@@ -4,0 +13,0 @@

5

package.json
{
"name": "eslint_d",
"version": "10.0.3",
"version": "10.0.4",
"description": "Makes eslint the fastest linter on the planet",

@@ -27,3 +27,4 @@ "bin": "bin/eslint_d.js",

"Christian Albrecht <christian.albrecht@mayflower.de>",
"Dan Orzechowski <orzechod@gmail.com>"
"Dan Orzechowski <orzechod@gmail.com>",
"Artur Tagisow <atagisow@protonmail.com>"
],

@@ -30,0 +31,0 @@ "homepage": "https://github.com/mantoni/eslint_d.js",

@@ -140,3 +140,10 @@ # eslint\_d

- __Emacs__: See [eslintd-fix](https://github.com/aaronjensen/eslintd-fix)
- __If the above doesn't autofix__: [This can happen with .vue files](https://github.com/mantoni/eslint_d.js/issues/145#issuecomment-787119881)
Change `eslint_d --stdin --fix-to-stdout` to `eslint_d --stdin --fix-to-stdout --stdin-filename %` (% = path to file you want to autofix)
In Vim, the above mapping should be replaced with:
```vim
nnoremap <leader>f mF:%!eslint_d --stdin --fix-to-stdout --stdin-filename %<CR>`F
```
## Moar speed

@@ -143,0 +150,0 @@

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