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

eslint-plugin-n8n-nodes-base

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-n8n-nodes-base - npm Package Compare versions

Comparing version 1.0.27 to 1.0.28

2

dist/lib/rules/node-param-collection-type-unsorted-items.js

@@ -35,3 +35,3 @@ var __create = Object.create;

docs: {
description: `Items in collection-type node parameter must be alphabetized by \`name\` if more than ${import_constants.MIN_ITEMS_TO_ALPHABETIZE_IN_FULL}.`,
description: `Items in collection-type node parameter must be alphabetized by \`name\` if ${import_constants.MIN_ITEMS_TO_ALPHABETIZE_IN_FULL} or more than ${import_constants.MIN_ITEMS_TO_ALPHABETIZE_IN_FULL}.`,
recommended: "error"

@@ -38,0 +38,0 @@ },

@@ -36,3 +36,3 @@ var __create = Object.create;

docs: {
description: `Items in a fixed-collection-type node parameter section must be alphabetized by \`displayName\` if more than ${import_constants.MIN_ITEMS_TO_ALPHABETIZE_IN_FULL}, unless the items are address fields.`,
description: `Items in a fixed-collection-type node parameter section must be alphabetized by \`displayName\` if ${import_constants.MIN_ITEMS_TO_ALPHABETIZE_IN_FULL} or more than ${import_constants.MIN_ITEMS_TO_ALPHABETIZE_IN_FULL}, unless the items are address fields.`,
recommended: "error"

@@ -39,0 +39,0 @@ },

@@ -35,3 +35,3 @@ var __create = Object.create;

docs: {
description: `Items in a multi-options-type node parameter must be alphabetized by \`name\` if more than ${import_constants.MIN_ITEMS_TO_ALPHABETIZE_IN_FULL}.`,
description: `Items in a multi-options-type node parameter must be alphabetized by \`name\` if ${import_constants.MIN_ITEMS_TO_ALPHABETIZE_IN_FULL} or more than ${import_constants.MIN_ITEMS_TO_ALPHABETIZE_IN_FULL}.`,
recommended: "error"

@@ -38,0 +38,0 @@ },

@@ -35,3 +35,3 @@ var __create = Object.create;

docs: {
description: `Items in options-type node parameter must be alphabetized by \`name\` if more than ${import_constants.MIN_ITEMS_TO_ALPHABETIZE_IN_FULL}.`,
description: `Items in options-type node parameter must be alphabetized by \`name\` if ${import_constants.MIN_ITEMS_TO_ALPHABETIZE_IN_FULL} or more than ${import_constants.MIN_ITEMS_TO_ALPHABETIZE_IN_FULL}.`,
recommended: "error"

@@ -38,0 +38,0 @@ },

{
"name": "eslint-plugin-n8n-nodes-base",
"version": "1.0.27",
"version": "1.0.28",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "author": {

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