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

multiple-cucumber-html-reporter

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiple-cucumber-html-reporter - npm Package Compare versions

Comparing version

to
1.21.5

2

package.json
{
"name": "multiple-cucumber-html-reporter",
"version": "1.21.4",
"version": "1.21.5",
"description": "Generate beautifull cucumberjs reports for multiple instances (browsers / devices)",

@@ -5,0 +5,0 @@ "keywords": [

@@ -13,5 +13,5 @@ function getChartColors() {

for (let i = 0; i < colorsMap.length; i++) {
colors.push(style.getPropertyValue(colorsMap[i].colorVar) || colorsMap[i].defaultColor)
colors.push(style.getPropertyValue(colorsMap[i].colorVar) || colorsMap[i].defaultColor)
}
return colors
}

Sorry, the diff of this file is not supported yet