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

protractor-multicapabilities-htmlreporter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protractor-multicapabilities-htmlreporter - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

examples/html-report.png

4

package.json
{
"name": "protractor-multicapabilities-htmlreporter",
"version": "0.0.2",
"description": "Utility to generate html report for multicapabilities automation results",
"version": "0.0.3",
"description": "Utility to generate html report for protractor multicapabilities automation results",
"main": "reporter.js",

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

@@ -55,7 +55,4 @@ # protractor-multicapabilities-htmlreporter

```
Refer report.html file
![Alt text](/examples/html-report.png?raw=true "Multicapabilities Html Report")
```
## Release History

@@ -65,1 +62,2 @@

* 0.0.2 Cleanup and refactoring
* 0.0.3 Added image for html reporter

@@ -209,3 +209,3 @@ /*jshint node:true*/

result += "<style>";
result += ".header{text-align:center;font-size: 26px;margin-bottom: 10px;}";
result += ".header{font-size: 26px;margin-bottom: 10px;margin-left: 150px; text-decoration: underline;}";
result += ".brk{background-color:burlywood;}";

@@ -212,0 +212,0 @@ result += ".brk1{background-color:coral}"

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