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

@eslint/eslintrc

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint/eslintrc - npm Package Compare versions

Comparing version 3.0.2 to 3.1.0

6

lib/config-array-factory.js

@@ -1151,2 +1151,6 @@ /**

export { ConfigArrayFactory, createContext };
export {
ConfigArrayFactory,
createContext,
loadConfigFile
};

4

lib/index.js

@@ -11,3 +11,4 @@ /**

ConfigArrayFactory,
createContext as createConfigArrayFactoryContext
createContext as createConfigArrayFactoryContext,
loadConfigFile
} from "./config-array-factory.js";

@@ -43,2 +44,3 @@

environments,
loadConfigFile,

@@ -45,0 +47,0 @@ // shared

{
"name": "@eslint/eslintrc",
"version": "3.0.2",
"version": "3.1.0",
"description": "The legacy ESLintRC config file format for ESLint",

@@ -64,3 +64,3 @@ "type": "module",

"rollup": "^2.70.1",
"shelljs": "^0.8.4",
"shelljs": "^0.8.5",
"sinon": "^11.1.2",

@@ -67,0 +67,0 @@ "temp-dir": "^2.0.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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