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 0.0.1-preview.1 to 0.0.1-preview.2

4

lib/rules/decorator-position.js

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

if (decorators.length === 1) {
if (decorators && decorators.length === 1) {
checkDecorators(context, node, options);

@@ -57,3 +57,3 @@ }

if (decorators.length === 1) {
if (decorators && decorators.length === 1) {
checkDecorators(context, node, options);

@@ -60,0 +60,0 @@ }

{
"name": "eslint-plugin-decorator-position",
"version": "0.0.1-preview.1",
"version": "0.0.1-preview.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