Socket
Socket
Sign inDemoInstall

wd

Package Overview
Dependencies
Maintainers
4
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wd - npm Package Compare versions

Comparing version 0.2.18 to 0.2.19

examples/mobile/appium_1_0_ios7_local.js

2

examples/promise/mocha-harmony.js

@@ -7,4 +7,2 @@ // requires node 0.11

require("mocha-as-promised")();
require('colors');

@@ -11,0 +9,0 @@ var chai = require("chai");

/* global describe, it, before , beforeEach, after*/
require("mocha-as-promised")();
require('colors');

@@ -24,4 +22,4 @@ var chai = require("chai");

// using mocha-as-promised and chai-as-promised is the best way
describe("using mocha-as-promised and chai-as-promised", function() {
// returning promises and chai-as-promised is the best way
describe("using promises and chai-as-promised", function() {
var browser;

@@ -28,0 +26,0 @@

@@ -10,3 +10,3 @@ {

],
"version": "0.2.18",
"version": "0.2.19",
"author": "Adam Christian <adam.christian@gmail.com>",

@@ -51,5 +51,5 @@ "contributors": [

"dependencies": {
"async": "~0.2.9",
"async": "~0.2.10",
"vargs": "~0.1.0",
"q": "~1.0.0",
"q": "~1.0.1",
"request": "~2.33.0",

@@ -61,17 +61,16 @@ "archiver": "~0.5.2",

"devDependencies": {
"mocha": "~1.17.1",
"nock": "~0.27.1",
"express": "~3.4.5",
"mocha": "~1.18.2",
"nock": "~0.28.2",
"express": "~4.0.0",
"imageinfo": "~1.0.4",
"dox": "~0.4.4",
"mu2": "~0.5.20",
"sv-selenium": "~0.2.2",
"sv-selenium": "~0.2.3",
"colors": "~0.6.2",
"chai-as-promised": "~4.1.0",
"chai": "~1.8.1",
"mocha-as-promised": "~2.0.0",
"hbs": "~2.4.0",
"istanbul": "~0.2.4",
"chai-as-promised": "~4.1.1",
"chai": "~1.9.1",
"hbs": "~2.6.0",
"istanbul": "~0.2.7",
"promise-simple": "~0.1.0",
"jshint": "^2.5.0"
"jshint": "~2.5.0"
},

@@ -78,0 +77,0 @@ "scripts": {

@@ -129,3 +129,3 @@ # WD.js

describe("using mocha-as-promised and chai-as-promised", function() {
describe("using promises and chai-as-promised", function() {
var browser;

@@ -132,0 +132,0 @@

@@ -81,3 +81,2 @@ require('./env');

require("mocha-as-promised")();
var chai = require("chai");

@@ -84,0 +83,0 @@ var chaiAsPromised = require("chai-as-promised");

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