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 2.6.0-beta.1 to 2.6.0

5

dist/indent.js

@@ -7,6 +7,3 @@ 'use strict';

var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __publicField = (obj, key, value) => {
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
return value;
};
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
const KNOWN_NODES = /* @__PURE__ */ new Set([

@@ -13,0 +10,0 @@ "AssignmentExpression",

@@ -982,6 +982,3 @@ 'use strict';

var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __publicField = (obj, key, value) => {
__defNormalProp(obj, key + "" , value);
return value;
};
var __publicField = (obj, key, value) => __defNormalProp(obj, key + "" , value);
class FixTracker {

@@ -988,0 +985,0 @@ /**

4

package.json
{
"name": "@stylistic/eslint-plugin-js",
"version": "2.6.0-beta.1",
"version": "2.6.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",

@@ -119,3 +119,3 @@ "license": "MIT",

"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/parser": "^8.0.0-alpha.54",
"@typescript-eslint/parser": "^8.0.0",
"escape-string-regexp": "^5.0.0"

@@ -122,0 +122,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