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 2.2.1 to 3.0.0

12

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

@@ -41,7 +41,7 @@ "author": {

"peerDependencies": {
"phantomjs": "~1.9.11"
"phantomjs-prebuilt": "~2.1.4"
},
"dependencies": {
"async": "^1.5.0",
"casperjs": "1.1.0-beta3"
"async": "^1.5.2",
"casperjs": "1.1.0-beta5"
},

@@ -51,7 +51,7 @@ "devDependencies": {

"grunt-bump": "^0.7.0",
"grunt-eslint": "^17.3.1",
"grunt-eslint": "^18.0.0",
"grunt-mdlint": "0.0.1"
},
"peerDependencies": {
"grunt": "~0.4.5"
"grunt": ">=0.4.5"
},

@@ -58,0 +58,0 @@ "keywords": [

@@ -27,12 +27,7 @@ # <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

This plugin requires Grunt `~0.4.0`
This plugin requires Grunt `>=0.4.0`
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.
This plugin requires phantomjs-prebuilt `~2.1.4`. It is specified as a peer
dependency, so be sure to install it manually.
- 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]

@@ -169,3 +164,3 @@ guide, as it explains how to create a [Gruntfile] as well as install and use

Of note is that you can change where you're running CasperJS from, e.g.
in case your node_modules folder is for some reason not at the root of your
in case your `node_modules/` folder is for some reason not at the root of your
project and you want to run CasperJS from a different directory to so you can

@@ -281,2 +276,4 @@ require those modules.

- 3.0.0
- Update deps
- 2.2.1

@@ -283,0 +280,0 @@ - Update deps

Sorry, the diff of this file is not supported yet

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