karma-phantomjs-launcher
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,10 @@ | ||
<a name"1.0.2"></a> | ||
### 1.0.2 (2016-08-31) | ||
#### Bug Fixes | ||
* incorrect phantomjs path calculation ([faa7474e](https://github.com/karma-runner/karma-phantomjs-launcher/commit/faa7474e)) | ||
<a name"1.0.1"></a> | ||
@@ -2,0 +11,0 @@ ### 1.0.1 (2016-06-23) |
@@ -20,3 +20,4 @@ var fs = require('fs') | ||
if (path.extname(phantomSource).toLowerCase() === '.cmd') { | ||
return path.join(path.dirname(phantomSource), '//node_modules//phantomjs//lib//phantom//phantomjs.exe') | ||
var phantomPackage = require('phantomjs-prebuilt/package.json') | ||
return path.join(path.dirname(phantomSource), '//node_modules//phantomjs//lib//phantom//', phantomPackage.bin.phantomjs) | ||
} | ||
@@ -23,0 +24,0 @@ |
{ | ||
"name": "karma-phantomjs-launcher", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A Karma plugin. Launcher for PhantomJS.", | ||
@@ -49,7 +49,8 @@ "main": "index.js", | ||
"Shinnosuke Watanabe <snnskwtnb@gmail.com>", | ||
"Jurko Gospodnetić <jurko.gospodnetic@pke.hr>", | ||
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>", | ||
"Jurko Gospodnetić <jurko.gospodnetic@pke.hr>", | ||
"Sylvain Hamel <sylvainhamel0@gmail.com>", | ||
"Dan Siwiec <daniel.siwiec@gmail.com>", | ||
"Huafu Gandon <huafu.gandon@gmail.com>", | ||
"Dan Siwiec <daniel.siwiec@gmail.com>", | ||
"Sylvain Hamel <sylvainhamel0@gmail.com>", | ||
"Sergey Bondarenko <enterit@gmail.com>", | ||
"nherzing <nherzing@gmail.com>", | ||
@@ -56,0 +57,0 @@ "Chad Smith <chad@configit.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
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
16485
221
0