karma-phantomjs-launcher
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -18,2 +18,6 @@ (function (phantom) { | ||
page.onConsoleMessage = function () { | ||
console.log.apply(console, arguments) | ||
} | ||
<% if (debug) { %> | ||
@@ -20,0 +24,0 @@ function debugPage() { |
@@ -0,1 +1,9 @@ | ||
<a name"0.2.1"></a> | ||
### 0.2.1 (2015-08-05) | ||
#### Bug Fixes | ||
* ensure console output from phantomjs is available in karma debug logs ([eed281b5](https://github.com/karma-runner/karma-phantomjs-launcher/commit/eed281b5)) | ||
<a name"0.2.0"></a> | ||
@@ -15,2 +23,1 @@ ## 0.2.0 (2015-05-29) | ||
* debug option ([c6dfe786](https://github.com/karma-runner/karma-phantomjs-launcher/commit/c6dfe786)) | ||
@@ -11,2 +11,6 @@ module.exports = function (grunt) { | ||
options: { | ||
commitFiles: [ | ||
'package.json', | ||
'CHANGELOG.md' | ||
], | ||
commitMessage: 'chore: release v%VERSION%', | ||
@@ -13,0 +17,0 @@ pushTo: 'upstream' |
@@ -74,2 +74,10 @@ var fs = require('fs') | ||
this._process.stderr.on('data', function (data) { | ||
log.error('' + data) | ||
}) | ||
this._process.stdout.on('data', function (data) { | ||
log.debug('' + data) | ||
}) | ||
if (args.debug) { | ||
@@ -76,0 +84,0 @@ log.info('ACTION REQUIRED:') |
{ | ||
"name": "karma-phantomjs-launcher", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A Karma plugin. Launcher for PhantomJS.", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"lodash": "~3.9.3" | ||
"lodash": "^3.10.1" | ||
}, | ||
@@ -29,5 +29,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"eslint": "^0.21.2", | ||
"eslint-config-standard": "^1.1.1", | ||
"eslint-plugin-react": "^2.3.0", | ||
"eslint": "^1.0.0", | ||
"eslint-config-standard": "^4.0.0", | ||
"eslint-plugin-react": "^3.2.0", | ||
"grunt": "~0.4.1", | ||
@@ -37,7 +37,7 @@ "grunt-auto-release": "~0.0.2", | ||
"grunt-conventional-changelog": "^1.2.2", | ||
"grunt-eslint": "^13.0.0", | ||
"grunt-eslint": "^17.0.0", | ||
"grunt-karma": "^0.11.0", | ||
"grunt-npm": "~0.0.2", | ||
"jasmine-core": "^2.3.4", | ||
"karma": "^0.12.33", | ||
"karma": "^0.13.6", | ||
"karma-jasmine": "^0.3.5", | ||
@@ -52,2 +52,3 @@ "load-grunt-tasks": "^3.2.0" | ||
"Huafu Gandon <huafu.gandon@gmail.com>", | ||
"Nick Malaguti <nmalaguti@palantir.com>", | ||
"Rob Barreca <rob.barreca@inmobi.com>", | ||
@@ -60,5 +61,5 @@ "nherzing <nherzing@gmail.com>", | ||
"Jason Dobry <jason.dobry@gmail.com>", | ||
"Mark Derbecker <mark.derbecker@seeq.com>", | ||
"Nick Malaguti <nmalaguti@palantir.com>" | ||
"Jonathan Park <jpark@daptiv.com>", | ||
"Mark Derbecker <mark.derbecker@seeq.com>" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13975
210
0
+ Addedlodash@3.10.1(transitive)
- Removedlodash@3.9.3(transitive)
Updatedlodash@^3.10.1