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

grunt-wendy

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-wendy - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

8

package.json
{
"name": "grunt-wendy",
"description": "CasperJS test runner",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://github.com/davidosomething/grunt-wendy",

@@ -40,6 +40,8 @@ "author": {

},
"peerDependencies": {
"phantomjs": "~1.9.11"
},
"dependencies": {
"async": "^1.4.2",
"casperjs": "1.1.0-beta3",
"phantomjs": "1.9.11"
"casperjs": "1.1.0-beta3"
},

@@ -46,0 +48,0 @@ "devDependencies": {

@@ -14,8 +14,9 @@ # <img src="https://raw.githubusercontent.com/davidosomething/grunt-wendy/master/docs/wendy.png" alt="grunt-wendy Logo" valign="middle" style="width: 1.5em;"> grunt-wendy

features:
* [custom casper test runners]
* no grunt output (`silent` flag of grunt-casperjs is always on)
* customizable output parsing
* aggregated results across all casper tasks run
* custom grunt exit status (warns on skips/dubious instead of failing)
* [custom casper test runners]
* no grunt output (`silent` flag of grunt-casperjs is always on)
* customizable output parsing
* aggregated results across all casper tasks run
* custom grunt exit status (warns on skips/dubious instead of failing)
## Screenshot

@@ -29,2 +30,10 @@

This plugin requires phantomjs `~1.9.11`
It is specified as a peer dependency, so be sure to install the version of your
choosing, e.g.
* npm package version 1.9.11 on OSX for phantomJs 1.9.7 (least buggy version)
* npm package version >=1.9.15 on node.js 4.0 or io.js (the only installable
versions due to other dependencies)
If you haven't used [Grunt] before, be sure to check out the [Getting Started]

@@ -225,2 +234,4 @@ guide, as it explains how to create a [Gruntfile] as well as install and use

## CHANGELOG
* 1.0.5
* phantomjs is now a peer dependency
* 1.0.4

@@ -227,0 +238,0 @@ * Ensure utf-8 output on process.stdout.write

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