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.2.21 to 0.2.22

8

CHANGELOG.md

@@ -0,1 +1,9 @@

<a name="0.2.22"></a>
# 0.2.22 (2016-03-02)
## Improvements
- Upgrade dependency for grunt 1.0.0
- Upgrade all other dependencies
- Add all sources for language (web)
<a name="0.2.21"></a>

@@ -2,0 +10,0 @@ # 0.2.21 (2016-02-04)

7

Gruntfile.js

@@ -27,7 +27,6 @@ /*

defaultOutputDir: '.tmp/sonar2',
language: null,
instance: {
jdbcUrl: 'jdbc:h2:tcp://localhost:9092/sonar'
},
language: null,
dryRun: false,

@@ -37,5 +36,3 @@ runnerProperties: {

'sonar.branch': 'master'
},
excludedProperties: [
]
}
},

@@ -42,0 +39,0 @@ all: {

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

@@ -35,5 +35,5 @@ "author": {

"fs": "0.0.2",
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt": ">=0.4.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-shell": "^1.1.2",

@@ -44,5 +44,2 @@ "gruntmock": "^0.2.0",

},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [

@@ -55,3 +52,3 @@ "gruntplugin"

"fs-extra": "^0.26.5",
"glob": "^6.0.4",
"glob": "^7.0.0",
"lodash": "^4.0.1",

@@ -58,0 +55,0 @@ "html-entities": "^1.2.0",

@@ -185,3 +185,3 @@ /*globals process */

var cwd = p.cwd ? p.cwd : '.';
sourceGlobs.push({cwd: cwd + path.sep + p.src, src: '**/*.js'});
sourceGlobs.push({cwd: cwd + path.sep + p.src, src: '**/*.*'});
testGlobs.push({cwd: cwd + path.sep + p.test, src: '**/*.js'});

@@ -188,0 +188,0 @@ testGlobs.push({cwd: cwd + path.sep + p.test, src: '**/*.feature'});

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