Socket
Socket
Sign inDemoInstall

@eslint/js

Package Overview
Dependencies
Maintainers
2
Versions
49
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 9.1.0 to 9.1.1

2

package.json
{
"name": "@eslint/js",
"version": "9.1.0",
"version": "9.1.1",
"description": "ESLint JavaScript language implementation",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

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

/*
* 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": {

@@ -13,0 +20,0 @@ "accessor-pairs": "error",

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

/*
* 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({

@@ -15,0 +22,0 @@ "constructor-super": "error",

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