browserstacktunnel-wrapper
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -1,27 +0,27 @@ | ||
module.exports = function(grunt) { | ||
// Project configuration. | ||
grunt.initConfig({ | ||
jshint: { | ||
files: ['src/**/*.js', 'test/src/**/*.js'], | ||
options: grunt.file.readJSON('./.jshintrc') | ||
}, | ||
mochaTest: { | ||
test: { | ||
options: { | ||
reporter: 'spec' | ||
module.exports = function (grunt) { | ||
// Project configuration. | ||
grunt.initConfig({ | ||
jshint: { | ||
files: ['src/**/*.js', 'test/src/**/*.js'], | ||
options: grunt.file.readJSON('./.jshintrc') | ||
}, | ||
src: ['test/src/**/*.js'] | ||
} | ||
}, | ||
watch: { | ||
files: ['grunt.js', 'src/**/*.js', 'test/src/**/*.js'], | ||
tasks: ['default'] | ||
} | ||
}); | ||
mochaTest: { | ||
test: { | ||
options: { | ||
reporter: 'spec' | ||
}, | ||
src: ['test/src/**/*.js'] | ||
} | ||
}, | ||
watch: { | ||
files: ['grunt.js', 'src/**/*.js', 'test/src/**/*.js'], | ||
tasks: ['default'] | ||
} | ||
}); | ||
grunt.loadNpmTasks('grunt-mocha-test'); | ||
grunt.loadNpmTasks('grunt-contrib-jshint'); | ||
grunt.loadNpmTasks('grunt-contrib-watch'); | ||
grunt.loadNpmTasks('grunt-mocha-test'); | ||
grunt.loadNpmTasks('grunt-contrib-jshint'); | ||
grunt.loadNpmTasks('grunt-contrib-watch'); | ||
grunt.registerTask('default', ['jshint', 'mochaTest']); | ||
grunt.registerTask('default', ['jshint', 'mochaTest']); | ||
}; |
{ | ||
"name": "browserstacktunnel-wrapper", | ||
"description": "A Node.js wrapper for the BrowserStack java tunnel client ", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"homepage": "https://github.com/pghalliday/node-BrowserStackTunnel.git", | ||
@@ -32,10 +32,11 @@ "author": { | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"expect.js": "~0.2.0", | ||
"grunt-mocha-test": "~0.6.3", | ||
"grunt-contrib-jshint": "~0.6.2", | ||
"grunt-contrib-watch": "~0.5.1", | ||
"expect.js": "~0.3.1", | ||
"grunt": "~1.0.2", | ||
"grunt-cli": "~1.2.0", | ||
"grunt-contrib-jshint": "~1.1.0", | ||
"grunt-contrib-watch": "~1.1.0", | ||
"grunt-mocha-test": "~0.13.3", | ||
"mocha": "^5.2.0", | ||
"mocks": "0.0.15", | ||
"grunt-cli": "~0.1.9", | ||
"sinon": "~1.7.3" | ||
"sinon": "~5.0.7" | ||
}, | ||
@@ -49,5 +50,5 @@ "keywords": [ | ||
"dependencies": { | ||
"https-proxy-agent": "^1.0.0", | ||
"unzip": "~0.1.9" | ||
"https-proxy-agent": "^2.2.1", | ||
"unzip": "~0.1.11" | ||
} | ||
} |
@@ -222,3 +222,3 @@ var expect = require('expect.js'), | ||
it('should support multiple hosts', function (done) { | ||
spawnSpy.reset(); | ||
spawnSpy.resetHistory(); | ||
var browserStackTunnel = new bs.BrowserStackTunnel({ | ||
@@ -260,3 +260,3 @@ key: KEY, | ||
it('should support no hosts', function (done) { | ||
spawnSpy.reset(); | ||
spawnSpy.resetHistory(); | ||
var browserStackTunnel = new bs.BrowserStackTunnel({ | ||
@@ -287,3 +287,3 @@ key: KEY, | ||
it('should use the specified binary directory', function (done) { | ||
spawnSpy.reset(); | ||
spawnSpy.resetHistory(); | ||
var browserStackTunnel = new bs.BrowserStackTunnel({ | ||
@@ -322,3 +322,3 @@ key: KEY, | ||
it('should support the localIdentifier option', function (done) { | ||
spawnSpy.reset(); | ||
spawnSpy.resetHistory(); | ||
var browserStackTunnel = new bs.BrowserStackTunnel({ | ||
@@ -359,3 +359,3 @@ key: KEY, | ||
it('should support the v (verbose) option', function (done) { | ||
spawnSpy.reset(); | ||
spawnSpy.resetHistory(); | ||
var browserStackTunnel = new bs.BrowserStackTunnel({ | ||
@@ -395,3 +395,3 @@ key: KEY, | ||
it('should support the force option', function (done) { | ||
spawnSpy.reset(); | ||
spawnSpy.resetHistory(); | ||
var browserStackTunnel = new bs.BrowserStackTunnel({ | ||
@@ -431,3 +431,3 @@ key: KEY, | ||
it('should support the forcelocal option', function (done) { | ||
spawnSpy.reset(); | ||
spawnSpy.resetHistory(); | ||
var browserStackTunnel = new bs.BrowserStackTunnel({ | ||
@@ -467,3 +467,3 @@ key: KEY, | ||
it('should support the onlyAutomate option', function (done) { | ||
spawnSpy.reset(); | ||
spawnSpy.resetHistory(); | ||
var browserStackTunnel = new bs.BrowserStackTunnel({ | ||
@@ -503,3 +503,3 @@ key: KEY, | ||
it('should support the enableLoggingForApi option', function (done) { | ||
spawnSpy.reset(); | ||
spawnSpy.resetHistory(); | ||
var browserStackTunnel = new bs.BrowserStackTunnel({ | ||
@@ -539,3 +539,3 @@ key: KEY, | ||
it('should support the proxy options', function (done) { | ||
spawnSpy.reset(); | ||
spawnSpy.resetHistory(); | ||
var browserStackTunnel = new bs.BrowserStackTunnel({ | ||
@@ -646,3 +646,3 @@ key: KEY, | ||
it('should use the specified binary directory', function (done) { | ||
spawnSpy.reset(); | ||
spawnSpy.resetHistory(); | ||
var browserStackTunnel = new bs.BrowserStackTunnel({ | ||
@@ -743,3 +743,3 @@ key: KEY, | ||
it('should use the specified bin directory', function (done) { | ||
spawnSpy.reset(); | ||
spawnSpy.resetHistory(); | ||
var browserStackTunnel = new bs.BrowserStackTunnel({ | ||
@@ -840,3 +840,3 @@ key: KEY, | ||
it('should use the specified bin directory', function (done) { | ||
spawnSpy.reset(); | ||
spawnSpy.resetHistory(); | ||
var browserStackTunnel = new bs.BrowserStackTunnel({ | ||
@@ -937,3 +937,3 @@ key: KEY, | ||
it('should use the specified bin directory', function (done) { | ||
spawnSpy.reset(); | ||
spawnSpy.resetHistory(); | ||
var browserStackTunnel = new bs.BrowserStackTunnel({ | ||
@@ -940,0 +940,0 @@ key: KEY, |
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
52051
13
9
+ Addedagent-base@4.3.0(transitive)
+ Addeddebug@3.2.7(transitive)
+ Addedes6-promise@4.2.8(transitive)
+ Addedes6-promisify@5.0.0(transitive)
+ Addedhttps-proxy-agent@2.2.4(transitive)
+ Addedms@2.1.3(transitive)
- Removedagent-base@2.1.1(transitive)
- Removeddebug@2.6.9(transitive)
- Removedextend@3.0.2(transitive)
- Removedhttps-proxy-agent@1.0.0(transitive)
- Removedms@2.0.0(transitive)
- Removedsemver@5.0.3(transitive)
Updatedhttps-proxy-agent@^2.2.1
Updatedunzip@~0.1.11