Socket
Socket
Sign inDemoInstall

@stylistic/eslint-plugin-js

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylistic/eslint-plugin-js - npm Package Compare versions

Comparing version 1.7.2 to 1.8.0

2

dist/configs.js

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

// Only include fixable rules
rule.meta.fixable && !rule.meta.deprecated && key === rule.meta.docs.url.split("/").pop() && (!filter || filter(key, rule))
rule.meta.fixable && !rule.meta.deprecated && key === rule.meta.docs.url.split("/").pop() && (!filter )
)

@@ -79,0 +79,0 @@ ).map(([key]) => [`${name}/${key}`, 2])

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

var __publicField = (obj, key, value) => {
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
__defNormalProp(obj, key + "" , value);
return value;

@@ -986,0 +986,0 @@ };

{
"name": "@stylistic/eslint-plugin-js",
"version": "1.7.2",
"version": "1.8.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"homepage": "https://github.com/eslint-community/eslint-stylistic#readme",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/eslint-community/eslint-stylistic.git",
"url": "git+https://github.com/eslint-stylistic/eslint-stylistic.git",
"directory": "packages/eslint-plugin-js"
},
"bugs": {
"url": "https://github.com/eslint-community/eslint-stylistic/issues"
"url": "https://github.com/eslint-stylistic/eslint-stylistic/issues"
},

@@ -110,3 +110,3 @@ "exports": {

"dependencies": {
"@types/eslint": "^8.56.8",
"@types/eslint": "^8.56.10",
"acorn": "^8.11.3",

@@ -113,0 +113,0 @@ "escape-string-regexp": "^4.0.0",

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