Socket
Socket
Sign inDemoInstall

grunt-karma

Package Overview
Dependencies
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-karma - npm Package Compare versions

Comparing version 0.11.1 to 0.11.2

tasks/.tern-port

12

CHANGELOG.md

@@ -0,1 +1,10 @@

<a name"0.11.2"></a>
### 0.11.2 (2015-06-29)
#### Bug Fixes
* ensure files passed to karma are flat ([6075d692](https://github.com/karma-runner/grunt-karma/commit/6075d692), closes [#142](https://github.com/karma-runner/grunt-karma/issues/142))
<a name"0.11.1"></a>

@@ -8,5 +17,2 @@ ### 0.11.1 (2015-06-19)

* Allow karma release candidate as peer dependency ([5cdb1844](https://github.com/karma-runner/grunt-karma/commit/5cdb1844))
* Allow for karma.conf to be used correctly Now client config is only passed to ka ([15fee6f9](https://github.com/karma-runner/grunt-karma/commit/15fee6f9), closes [#119](https://github.com/karma-runner/grunt-karma/issues/119))
* Update dependencies ([002926f4](https://github.com/karma-runner/grunt-karma/commit/002926f4))
* Flatten files array. ([7fe05940](https://github.com/karma-runner/grunt-karma/commit/7fe05940), closes [#142](https://github.com/karma-runner/grunt-karma/issues/142), [#142](https://github.com/karma-runner/grunt-karma/issues/142))

@@ -13,0 +19,0 @@

{
"name": "grunt-karma",
"version": "0.11.1",
"version": "0.11.2",
"description": "grunt plugin for karma test runner",

@@ -50,3 +50,3 @@ "main": "tasks/grunt-karma.js",

"contributors": [
"dignifiedquire <friedel.ziegelmayer@gmail.com>",
"Dave Geddes <davidcgeddes@gmail.com>",
"Michał Gołębiowski <m.goleb@gmail.com>",

@@ -64,2 +64,3 @@ "dsuckau <denis.suckau@concepts-and-training.de>",

"Pascal Precht <pascal.precht@googlemail.com>",
"Robin Hu <rhu@novus.com>",
"Roman Morozov <romo@ciklum.com>",

@@ -66,0 +67,0 @@ "Sahat Yalkabov <sakhat@gmail.com>",

@@ -62,3 +62,3 @@ # grunt-karma

configFile: 'karma.conf.js',
runnerPort: 9999,
port: 9999,
singleRun: true,

@@ -130,3 +130,3 @@ browsers: ['PhantomJS'],

configFile: 'karma.conf.js',
runnerPort: 9999,
port: 9999,
browsers: ['Chrome', 'Firefox']

@@ -145,3 +145,3 @@ },

In this example the `continuous` and `dev` targets will both use
the `configFile` and `runnerPort` specified in the `options`. But
the `configFile` and `port` specified in the `options`. But
the `continuous` target will override the browser setting to use

@@ -148,0 +148,0 @@ PhantomJS, and also run as a singleRun. The `dev` target will simply

@@ -91,4 +91,3 @@ /*

}))
data.files = _.flatten(data.files)
data.files = _.flattenDeep(data.files)
}

@@ -95,0 +94,0 @@

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