wdio-docker-service
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -50,5 +50,5 @@ "use strict"; | ||
reject(new Error(`Command '${cmd}' exited with code ${code}`)); | ||
reject(new Error(`Command '${cmd.join(' ')}' exited with code ${code}`)); | ||
}); | ||
}); | ||
} |
{ | ||
"name": "wdio-docker-service", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "WebdriverIO service to start and stop docker container (for Selenium and more)", | ||
@@ -32,23 +32,23 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.7.7", | ||
"@babel/core": "^7.7.7", | ||
"@babel/preset-env": "^7.7.7", | ||
"@babel/register": "^7.7.7", | ||
"@wdio/cli": "^5.18.4", | ||
"@wdio/local-runner": "^5.18.4", | ||
"@wdio/mocha-framework": "^5.16.15", | ||
"@babel/cli": "^7.8.3", | ||
"@babel/core": "^7.8.3", | ||
"@babel/preset-env": "^7.8.3", | ||
"@babel/register": "^7.8.3", | ||
"@wdio/cli": "^5.18.6", | ||
"@wdio/local-runner": "^5.18.6", | ||
"@wdio/mocha-framework": "^5.18.6", | ||
"@wdio/selenium-standalone-service": "^5.16.10", | ||
"@wdio/spec-reporter": "^5.16.11", | ||
"@wdio/sync": "^5.17.0", | ||
"@wdio/spec-reporter": "^5.18.6", | ||
"@wdio/sync": "^5.18.6", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.9", | ||
"eslint": "^5.16.0", | ||
"mocha": "^6.2.2", | ||
"nyc": "^14.1.1", | ||
"sinon": "^7.5.0", | ||
"webdriverio": "^5.18.4" | ||
"eslint": "^6.8.0", | ||
"mocha": "^7.0.1", | ||
"nyc": "^15.0.0", | ||
"sinon": "^8.1.1", | ||
"webdriverio": "^5.18.6" | ||
}, | ||
"dependencies": { | ||
"@wdio/logger": "^5.16.10", | ||
"fs-extra": "^7.0.0", | ||
"fs-extra": "^8.1.0", | ||
"node-fetch": "^2.6.0" | ||
@@ -55,0 +55,0 @@ }, |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
27729
14
659
+ Addedfs-extra@8.1.0(transitive)
- Removedfs-extra@7.0.1(transitive)
Updatedfs-extra@^8.1.0