Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

karma-phantomjs-launcher

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-phantomjs-launcher - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

capture.template.js

@@ -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:')

19

package.json
{
"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>"
]
}
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