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

@appium/support

Package Overview
Dependencies
Maintainers
0
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appium/support - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

3

build/lib/logging.js

@@ -52,3 +52,4 @@ "use strict";

/** @type {import('@appium/types').AppiumLoggerContext} */ contextInfo, replace = false) {
this.unwrap().updateAsyncStorage(contextInfo, replace);
// Older Appium dependencies may not have 'updateAsyncStorage'
this.unwrap().updateAsyncStorage?.(contextInfo, replace);
},

@@ -55,0 +56,0 @@ };

@@ -50,3 +50,4 @@ import globalLog from '@appium/logger';

) {
this.unwrap().updateAsyncStorage(contextInfo, replace);
// Older Appium dependencies may not have 'updateAsyncStorage'
this.unwrap().updateAsyncStorage?.(contextInfo, replace);
},

@@ -53,0 +54,0 @@ };

{
"name": "@appium/support",
"version": "5.1.0",
"version": "5.1.1",
"description": "Support libs used across appium packages",

@@ -107,3 +107,3 @@ "keywords": [

},
"gitHead": "e8a838417a75464ebb8ce08584311f39afdd67bd"
"gitHead": "19928e9b906b9bcd84954526fa3bcb4a002bb41d"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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