Socket
Socket
Sign inDemoInstall

karma-coverage

Package Overview
Dependencies
216
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

README.md

3

lib/reporter.js

@@ -119,3 +119,4 @@ var path = require('path');

pendingFileWritings++;
var out = path.resolve(outDir, browser.name);
var reporterOutDir = helper.isDefined(reporterConfig.dir) ? helper.normalizeWinPath(path.resolve(basePath, reporterConfig.dir)) : outDir,
out = path.resolve(reporterOutDir, browser.name);
helper.mkdirIfNotExists(out, function() {

@@ -122,0 +123,0 @@ log.debug('Writing coverage to %s', out);

{
"name": "karma-coverage",
"version": "0.1.4",
"version": "0.1.5",
"description": "A Karma plugin. Generate code coverage.",

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

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