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

ios-sim-portable

Package Overview
Dependencies
Maintainers
5
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ios-sim-portable - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

9

lib/iphone-simulator-xcode-simctl.js

@@ -76,10 +76,11 @@ "use strict";

}
let resultOfTermination;
if (xcodeMajorVersion && xcodeMajorVersion < 8) {
const resultOfKill = childProcess.execSync(`killall ${bundleExecutable}`, { skipError: true });
utils.sleep(0.5);
return resultOfKill;
resultOfTermination = childProcess.execSync(`killall ${bundleExecutable}`, { skipError: true });
}
else {
return this.simctl.terminate(deviceId, appIdentifier);
resultOfTermination = this.simctl.terminate(deviceId, appIdentifier);
}
utils.sleep(0.5);
return resultOfTermination;
}

@@ -86,0 +87,0 @@ catch (e) {

{
"name": "ios-sim-portable",
"version": "3.1.1",
"version": "3.1.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/ios-sim.js",

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