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

grunt-protractor-coverage

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-protractor-coverage - npm Package Compare versions

Comparing version 0.2.10 to 0.2.11

2

package.json
{
"name": "grunt-protractor-coverage",
"version": "0.2.10",
"version": "0.2.11",
"description": "Instrument your code and gather coverage data from Protractor E2E tests",

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

@@ -224,3 +224,3 @@ /*

grunt.log.error(String(result));
if (code === 1 && keepAlive) {
if (code === 1 || code === 100 && keepAlive) {
// Test fails but do not want to stop the grunt process.

@@ -227,0 +227,0 @@ grunt.log.oklns("Test failed but keep the grunt process alive.");

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