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

check-cucumber

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-cucumber - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

4

changelog.md

@@ -0,1 +1,5 @@

# 0.5.2
* Fix analyzing empty feature files
# 0.5.1

@@ -2,0 +6,0 @@

2

package.json
{
"name": "check-cucumber",
"version": "0.5.1",
"version": "0.5.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:testomatio/check-cucumber.git",

@@ -30,2 +30,3 @@ const insertLine = require('insert-line');

for (const suite of features) {
if (!suite.scenario) continue;
if (!suite.scenario.length) continue;

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