webdriverjs
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "webdriverjs", | ||
"description": "A nodejs bindings implementation for selenium 2.0/webdriver", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"homepage": "https://github.com/camme/webdriverjs", | ||
@@ -71,3 +71,3 @@ "author": "camilo tapia <camilo.tapia@gmail.com>", | ||
"dependencies": { | ||
"chainit": "~1.1.2", | ||
"chainit": "^2.0.2-backcompat", | ||
"pragma-singleton": "~1.0.3", | ||
@@ -74,0 +74,0 @@ "archiver": "~0.6.1", |
@@ -12,3 +12,3 @@ var Mocha = require('mocha'), | ||
glob('test/spec/events.js', function (er, files) { | ||
glob('{test/spec/' + env + '/*.js,test/spec/*.js}', function (er, files) { | ||
@@ -15,0 +15,0 @@ files.forEach(function(file) { |
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
20
836067
206
5488
+ Addedchainit@2.1.1(transitive)
- Removedchainit@1.1.2(transitive)
Updatedchainit@^2.0.2-backcompat