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.1 to 0.2.2

2

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

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

@@ -41,2 +41,3 @@ /*

var coverageDir = path.resolve(opts.coverageDir||'coverage/');
coverageDir = coverageDir.replace(/\\/g,'/');
var saveCoverageSource = grunt.file.read(saveCoverageTemplate);

@@ -43,0 +44,0 @@ var saveCoverageContent=grunt.template.process( saveCoverageSource, {

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