Socket
Socket
Sign inDemoInstall

ios-simulator

Package Overview
Dependencies
53
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

lib/ios-simulator.js

@@ -95,3 +95,3 @@ /* ================================================================

Simulator.prototype.spawn = function(args, opt) {
return _.childProcess.spawn('xcrun', ['simctl', 'spawn'].concat(args), opt);
return _.childProcess.spawn('xcrun', ['simctl', 'spawn', this.deviceId].concat(args), opt);
};

@@ -98,0 +98,0 @@

{
"name": "ios-simulator",
"version": "1.0.4",
"version": "1.0.5",
"description": "ios-simulator",

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc