Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

browserstack-capabilities

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserstack-capabilities - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"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',

// }]
```
```
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