browserstack-capabilities
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "browserstack-capabilities", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "An easier way to generate multiple capabilities based on JSON filters.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -292,5 +292,5 @@ # browserstack-capabilities | ||
### Latest browser | ||
### Current version of a browser | ||
You can select the latest browser for an OS by passing in the string "latest" as the browser version: | ||
You can select the current version of a browser for an OS by passing in the string "current" as the browser version: | ||
@@ -304,3 +304,3 @@ ```js | ||
browser: "ie", | ||
browser_version: ["latest"], | ||
browser_version: ["current"], | ||
os: "Windows", | ||
@@ -329,3 +329,3 @@ os_version: ["XP", "7", "8", "8.1", "10"] | ||
// device: null, | ||
// browser_version: '10.0 Metro' | ||
// browser_version: '10.0' | ||
// }, { | ||
@@ -336,3 +336,3 @@ // os: 'Windows', | ||
// device: null, | ||
// browser_version: '11.0 Metro' | ||
// browser_version: '11.0' | ||
// }, { | ||
@@ -345,2 +345,2 @@ // os: 'Windows', | ||
// }] | ||
``` | ||
``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
431610
342
0