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

node-simctl

Package Overview
Dependencies
Maintainers
4
Versions
142
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 3.11.2 to 3.11.3

2

lib/simctl.js

@@ -311,3 +311,3 @@ import { exec, SubProcess } from 'teen_process';

} catch (err) {
if (err.message !== 'Unable to shutdown device in current state: Shutdown') {
if ((err.message || '').indexOf('Unable to shutdown device in current state: Shutdown') === -1) {
throw err;

@@ -314,0 +314,0 @@ }

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

],
"version": "3.11.2",
"version": "3.11.3",
"author": "https://github.com/appium",

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

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