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

uiautomatorwd

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uiautomatorwd - npm Package Compare versions

Comparing version 1.0.40 to 1.0.41

4

lib/proxy.js

@@ -55,3 +55,3 @@ 'use strict';

logger.debug(`Proxy: ${url}:${method} to ${newUrl}:${method} with body: ${_.trunc(JSON.stringify(body), 200)}`);
logger.debug(`Proxy: ${url}:${method} to ${newUrl}:${method} with body: ${_.truncate(JSON.stringify(body), 200)}`);

@@ -84,3 +84,3 @@ _.retry(() => {

logger.debug(`Got response with status ${res.statusCode}: ${_.trunc(JSON.stringify(body), 200)}`);
logger.debug(`Got response with status ${res.statusCode}: ${_.truncate(JSON.stringify(body), 200)}`);
_resolve(body);

@@ -87,0 +87,0 @@ });

{
"name": "uiautomatorwd",
"version": "1.0.40",
"version": "1.0.41",
"description": "Node.js wrapper for UIAutomator2",

@@ -5,0 +5,0 @@ "keywords": [

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