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

ios-sim-portable

Package Overview
Dependencies
Maintainers
12
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 4.4.2 to 4.5.0

4

lib/iphone-simulator-xcode-simctl.js

@@ -183,3 +183,5 @@ "use strict";

const majorVersion = deviceVersion.split(".")[0];
if (majorVersion && parseInt(majorVersion) >= 11) {
const isVisionOS = device.platform === "visionOS";
const isSupportediOSVersion = majorVersion && parseInt(majorVersion) >= 11;
if (isVisionOS || isSupportediOSVersion) {
timer = setTimeout(() => {

@@ -186,0 +188,0 @@ fulfillSafe();

{
"name": "ios-sim-portable",
"version": "4.4.2",
"version": "4.5.0",
"description": "",

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

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