Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-perfectionist

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-perfectionist - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

7

dist/rules/sort-modules.js

@@ -275,2 +275,9 @@ 'use strict'

}
if (
selector === 'class' &&
modifiers.includes('export') &&
modifiers.includes('decorated')
) {
continue
}
let { defineGroup, getGroup } = useGroups.useGroups(options)

@@ -277,0 +284,0 @@ for (let officialGroup of generatePredefinedGroups.generatePredefinedGroups(

3

package.json
{
"name": "eslint-plugin-perfectionist",
"version": "4.0.0",
"version": "4.0.1",
"description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.",

@@ -26,3 +26,2 @@ "keywords": [

"dependencies": {
"@azat-io/eslint-config": "^2.1.2",
"@typescript-eslint/types": "^8.15.0",

@@ -29,0 +28,0 @@ "@typescript-eslint/utils": "^8.15.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