New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-karma-sonar

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-karma-sonar - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

Gruntfile.js

@@ -37,3 +37,3 @@ /*

name: 'Grunt sonar plugin',
version: '0.1.2'
version: '0.1.3'
},

@@ -72,3 +72,3 @@ sources: [

name: 'Grunt sonar plugin',
version: '0.1.2'
version: '0.1.3'
},

@@ -75,0 +75,0 @@ sources: [

{
"name": "grunt-karma-sonar",
"description": "Grunt plugin for integrating karma reports with sonar",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/mdasberg/grunt-karma-sonar",

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

@@ -178,2 +178,5 @@ /*

}
if (options.instance.profile !== undefined) {
args.push('-Dsonar.profile=' + options.instance.profile);
}
args.push('-Dsonar.login=' + options.instance.login);

@@ -180,0 +183,0 @@ args.push('-Dsonar.password=' + options.instance.password);

Sorry, the diff of this file is not supported yet

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