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

grunt-cucumberjs

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-cucumberjs - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

package.json
{
"name": "grunt-cucumberjs",
"description": "Generates documentation from Cucumber features",
"version": "0.8.0",
"version": "0.8.1",
"homepage": "https://github.com/mavdi/grunt-cucumberjs",

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

@@ -31,3 +31,9 @@ /*

if (grunt.option(key)) {
options[key] = grunt.option(key);
if(key === 'tags') {
if(options.tags === '') {
options[key] = grunt.option(key);
}
}else {
options[key] = grunt.option(key);
}
}

@@ -34,0 +40,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