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

eslint-plugin-decorator-position

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-decorator-position - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

lib/rules/decorator-position.js

@@ -182,2 +182,5 @@ 'use strict';

for (const decoratorConfig of options.overrides[PREFER_INLINE]) {
if (!decoratorConfig) {
continue;
}
const config = normalizeConfig(decoratorConfig, INTENT.SAME_LINE);

@@ -210,2 +213,5 @@ const info = decoratorInfo(node, config);

for (const decoratorConfig of options.overrides[ABOVE]) {
if (!decoratorConfig) {
continue;
}
const config = normalizeConfig(decoratorConfig, INTENT.DIFFERENT_LINES);

@@ -212,0 +218,0 @@ const info = decoratorInfo(node, config);

2

package.json
{
"name": "eslint-plugin-decorator-position",
"version": "2.0.1",
"version": "2.0.2",
"description": "ESLint plugin for enforcing decorator position",

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

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