Socket
Socket
Sign inDemoInstall

grunt-qunit-istanbul

Package Overview
Dependencies
139
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.2 to 0.4.3

2

package.json
{
"name": "grunt-qunit-istanbul",
"description": "Run QUnit unit tests in a headless PhantomJS instance and create coverage reports with istanbul.",
"version": "0.4.2",
"version": "0.4.3",
"homepage": "https://github.com/asciidisco/grunt-qunit-istanbul",

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

@@ -216,8 +216,8 @@ /*

fileStorage = path.relative(options.coverage.baseUrl, filepath);
}else{ //delivered via file - normalize file storage
//files never have a domain hence allways start with /
} else { //delivered via file - normalize file storage
// files never have a domain hence always start with /
fileStorage = fileStorage.replace(/^\/?/g, "/");
//all \ are replaced
fileStorage = fileStorage.replace(/\\/g, "/");
}
// all \ are replaced
fileStorage = fileStorage.replace(/\\/g, "/");

@@ -224,0 +224,0 @@ // instrument the files that should be processed by istanbul

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