New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gherkin-lint

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gherkin-lint - npm Package Compare versions

Comparing version 2.9.0 to 2.9.1

4

dist/rules/indentation.js

@@ -44,4 +44,4 @@ 'use strict';

// indentation we need to subtract 1
if (--parsedLocation.column !== mergedConfiguration[type]) {
errors.push({ message: 'Wrong indentation for "' + type + '", expected indentation level of ' + mergedConfiguration[type] + ', but got ' + parsedLocation.column,
if (parsedLocation.column - 1 !== mergedConfiguration[type]) {
errors.push({ message: 'Wrong indentation for "' + type + '", expected indentation level of ' + mergedConfiguration[type] + ', but got ' + (parsedLocation.column - 1),
rule: rule,

@@ -48,0 +48,0 @@ line: parsedLocation.line });

{
"name": "gherkin-lint",
"version": "2.9.0",
"version": "2.9.1",
"description": "A Gherkin linter/validator written in javascript",

@@ -27,2 +27,5 @@ "author": "Vasiliki Siakka",

"name": "Simon St John-Green"
},
{
"name": "Jonathan Hedstrom"
}

@@ -29,0 +32,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