You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@eslint/js

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint/js - npm Package Compare versions

Comparing version
10.0.0-alpha.0
to
10.0.0-alpha.1
+1
-1
package.json
{
"name": "@eslint/js",
"version": "10.0.0-alpha.0",
"version": "10.0.0-alpha.1",
"description": "ESLint JavaScript language implementation",

@@ -5,0 +5,0 @@ "funding": "https://eslint.org/donate",

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

/*
* IMPORTANT!
*
* We cannot add a "name" property to this object because it's still used in eslintrc
* which doesn't support the "name" property. If we add a "name" property, it will
* cause an error.
*/
module.exports = Object.freeze({
name: "@eslint/js/all",
rules: Object.freeze({

@@ -18,0 +11,0 @@ "accessor-pairs": "error",

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

/*
* IMPORTANT!
*
* We cannot add a "name" property to this object because it's still used in eslintrc
* which doesn't support the "name" property. If we add a "name" property, it will
* cause an error.
*/
module.exports = Object.freeze({
name: "@eslint/js/recommended",
rules: Object.freeze({

@@ -18,0 +11,0 @@ "constructor-super": "error",