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.6 to 0.4.7

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.6",
"version": "0.4.7",
"homepage": "https://github.com/asciidisco/grunt-qunit-istanbul",

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

@@ -166,8 +166,2 @@ /*

// Pass-through console.log statements.
if(options.console) {
phantomjs.on('console', console.log.bind(console));
}
grunt.registerMultiTask('qunit', 'Run QUnit unit tests in a headless PhantomJS instance.', function() {

@@ -191,3 +185,9 @@ // Merge task-specific and/or target-specific options with these defaults.

});
// Pass-through console.log statements.
if(options.console) {
phantomjs.on('console', console.log.bind(console));
}
if (options.coverage && options.coverage.disposeCollector) {

@@ -194,0 +194,0 @@ collector.dispose();

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