Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.0.11 to 0.0.12

0

.eslintrc.json

@@ -0,0 +0,0 @@ {

2

package.json
{
"name": "gherkin-lint",
"version": "0.0.11",
"version": "0.0.12",
"description": "A Gherkin linter/validator written in javascript",

@@ -5,0 +5,0 @@ "author": "Vasiliki Siakka",

@@ -0,0 +0,0 @@ # Gherkin lint

@@ -0,0 +0,0 @@ /*eslint no-console: "off"*/

@@ -0,0 +0,0 @@ /*eslint no-console: "off"*/

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -0,1 +1,3 @@

#!/usr/bin/env node
var program = require('commander');

@@ -2,0 +4,0 @@ var glob = require('glob');

@@ -0,0 +0,0 @@ var rule = 'no-dupe-feature-names';

@@ -0,0 +0,0 @@ var rule = 'no-dupe-scenario-names';

@@ -0,0 +0,0 @@ var rule = 'no-files-without-scenarios';

@@ -0,0 +0,0 @@ var rule = 'no-unamed-features';

@@ -0,0 +0,0 @@ var rule = 'no-unamed-scenarios';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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