New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

guacamole

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guacamole - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

test/compact_queries.js

2

package.json
{
"name": "guacamole",
"version": "1.0.9",
"version": "1.0.10",
"description": "A friendly wrapper for the SauceLabs browser listing API",

@@ -5,0 +5,0 @@ "main": "index.js",

# guacamole
`guacamole` is a wrapper for the SauceLabs browser API.
`guacamole` is a wrapper for the SauceLabs platform API (i.e. the browser/platform selector API).

@@ -5,0 +5,0 @@ ### Features:

@@ -43,2 +43,3 @@ var Q = require("q");

// i.e.: "iphone" -> "iPhone Simulator", "Mac <version>" -> "OS X <version>", etc.
// Some devices, like ones using android, have to use the long_name property

@@ -207,3 +208,3 @@ "platformVersion", // i.e.: "4.4"

// For a real device, don't translate to a simulator devicename
// For a real device, don't translate to a simulator or emulator devicename
if (deviceName.toLowerCase().indexOf("device") === -1) {

@@ -220,4 +221,6 @@ if (deviceName.toLowerCase() == "ipad") {

if(deviceName.toLowerCase() == "android") {
deviceName = "Android Simulator";
// note: name comes from api_name
if(name.toLowerCase() == "android") {
// eg: long_name: "Google Nexus 7C Emulator",
deviceName = browser.long_name;
}

@@ -224,0 +227,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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