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.5.3 to 1.5.4

2

dist/indent.js

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

"ObjectExpression, ObjectPattern": function(node) {
const openingCurly = sourceCode.getFirstToken(node);
const openingCurly = sourceCode.getFirstToken(node, utils.isOpeningBraceToken);
const closingCurly = sourceCode.getTokenAfter(

@@ -760,0 +760,0 @@ node.properties.length ? node.properties[node.properties.length - 1] : openingCurly,

{
"name": "@stylistic/eslint-plugin-js",
"version": "1.5.3",
"version": "1.5.4",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",

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

"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/parser": "^6.17.0"
"@typescript-eslint/parser": "^6.19.0"
},

@@ -120,0 +120,0 @@ "scripts": {

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