New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint_d

Package Overview
Dependencies
Maintainers
1
Versions
77
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 3.1.0 to 3.1.1

9

CHANGES.md
# Changes
## 3.1.1
As per a [recent change in eslint][bda5de5] the default parser `espree` [was
removed][pull 43]. The `eslint` dependency was bumped to `2.10.2` which
introduced the change.
[bda5de5]: https://github.com/eslint/eslint/commit/bda5de5
[pull 43]: https://github.com/mantoni/eslint_d.js/pull/43
## 3.1.0

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

2

lib/options.js

@@ -46,3 +46,3 @@ 'use strict';

type: 'String',
default: 'espree',
default: '',
description: 'Specify the parser to be used'

@@ -49,0 +49,0 @@ },

{
"name": "eslint_d",
"version": "3.1.0",
"version": "3.1.1",
"description": "Makes eslint the fastest linter on the planet",

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

"jpsc <joao@voorhoede.nl>",
"ruanyl <ruanyu1@gmail.com>"
"ruanyl <ruanyu1@gmail.com>",
"Nick Hwang <nhwang@hubspot.com>"
],

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

"chalk": "^1.1.1",
"eslint": "^2.2.0",
"eslint": "^2.10.2",
"optionator": "^0.8.1",

@@ -32,0 +33,0 @@ "resolve": "^1.1.7",

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