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

grunt-mocha-phantomjs

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-mocha-phantomjs - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

package.json
{
"name": "grunt-mocha-phantomjs",
"description": "Run client-side mocha tests using phantomjs",
"version": "0.2.7",
"version": "0.2.8",
"homepage": "https://github.com/jdcataldo/grunt-mocha-phantomjs",

@@ -6,0 +6,0 @@ "author": {

@@ -111,4 +111,5 @@ # grunt-mocha-phantomjs

* 2013-04-19   v0.2.8   Fix path to mocha-phantomjs binary on windows when not installed with plugin
* 2013-04-19   v0.2.7   Fixes error thrown when tests pass and no output file specified
* 2013-04-18   v0.2.6   Fix path to mocha-phantomjs bindary on windows
* 2013-04-18   v0.2.6   Fix path to mocha-phantomjs binary on windows
* 2013-04-18   v0.2.5   Added an output option to write test results to a file for CI support

@@ -115,0 +116,0 @@ * 2013-04-15   v0.2.2   Added exit code to report failed tests with Travis CI

@@ -42,5 +42,2 @@ /*

bin = path.join(module.paths[i], binPath);
if(process.platform === 'win32') {
bin += '.cmd';
}
if (exists(bin)) {

@@ -47,0 +44,0 @@ phantomjs_path = bin;

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