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

node-simctl

Package Overview
Dependencies
Maintainers
0
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-simctl - npm Package Compare versions

Comparing version 7.7.0 to 7.7.1

4

build/lib/simctl.d.ts

@@ -201,2 +201,6 @@ export default Simctl;

setAppearance: (this: Simctl, appearance: string) => Promise<void>;
getIncreaseContrast: (this: Simctl) => Promise<string>;
setIncreaseContrast: (this: Simctl, increaseContrast: string) => Promise<void>;
getContentSize: (this: Simctl) => Promise<string>;
setContentSize: (this: Simctl, contentSizeAction: string) => Promise<void>;
removeApp: (this: Simctl, bundleId: string) => Promise<void>;

@@ -203,0 +207,0 @@ }

@@ -162,2 +162,6 @@ "use strict";

this.setAppearance = ui_1.default.setAppearance;
this.getIncreaseContrast = ui_1.default.getIncreaseContrast;
this.setIncreaseContrast = ui_1.default.setIncreaseContrast;
this.getContentSize = ui_1.default.getContentSize;
this.setContentSize = ui_1.default.setContentSize;
this.removeApp = uninstall_1.default.removeApp;

@@ -164,0 +168,0 @@ opts = lodash_1.default.cloneDeep(opts);

@@ -0,1 +1,7 @@

## [7.7.1](https://github.com/appium/node-simctl/compare/v7.7.0...v7.7.1) (2025-01-27)
### Bug Fixes
* add definitions in Simctl ([#263](https://github.com/appium/node-simctl/issues/263)) ([60ee831](https://github.com/appium/node-simctl/commit/60ee831765369e7cd9b3c91693a984a3c6d7ea1d))
## [7.7.0](https://github.com/appium/node-simctl/compare/v7.6.5...v7.7.0) (2025-01-26)

@@ -2,0 +8,0 @@

@@ -290,2 +290,6 @@ import _ from 'lodash';

setAppearance = uiCommands.setAppearance;
getIncreaseContrast = uiCommands.getIncreaseContrast;
setIncreaseContrast = uiCommands.setIncreaseContrast;
getContentSize = uiCommands.getContentSize;
setContentSize = uiCommands.setContentSize;

@@ -292,0 +296,0 @@ removeApp = uninstallCommands.removeApp;

2

package.json

@@ -9,3 +9,3 @@ {

],
"version": "7.7.0",
"version": "7.7.1",
"author": "Appium Contributors",

@@ -12,0 +12,0 @@ "license": "Apache-2.0",

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