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 13.1.0 to 13.1.1

2

lib/caches.js

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

absolute_eslint_path
= absolute_eslint_path.replace('/lib/api.js', '/lib/unsupported-api.js');
= path.join(path.dirname(absolute_eslint_path), 'unsupported-api.js');
}

@@ -53,0 +53,0 @@ return lru_cache.set(cwd, {

{
"name": "eslint_d",
"version": "13.1.0",
"version": "13.1.1",
"description": "Makes eslint the fastest linter on the planet",

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

"Christian Alfoni <christianalfoni@gmail.com>",
"Amrit Kahlon <amritkahlon00@gmail.com>"
"Amrit Kahlon <amritkahlon00@gmail.com>",
"asasinmode <skin9470@gmail.com>"
],

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

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