Socket
Socket
Sign inDemoInstall

protractor-errors

Package Overview
Dependencies
185
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "protractor-errors",
"version": "0.0.3",
"version": "0.0.4",
"description": "A protractor runner that allows you to run errors from previous runs.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -75,3 +75,3 @@ function processFiles(reportPathName, ignoreFile, tag) {

failedTests.push({
classname: testCase.$.classname.trim().toLowerCase(),
classname: testCase.$.classname.trim().toLowerCase().replace(' .',' '),
name: testCase.$.name.trim().toLowerCase()

@@ -78,0 +78,0 @@ });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc