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.2 to 1.0.3

7

lib/ios-simulator.js

@@ -94,2 +94,9 @@ /* ================================================================

Simulator.prototype.spawn = function() {
var args = Array.prototype.slice.call(arguments);
var appPath = args[0];
var cmd = `xcrun simctl spawn "${this.deviceId}" "${appPath}"`;
return _.execPromiseGenerator(cmd, args[1]);
};
Simulator.prototype.erase = function() {

@@ -96,0 +103,0 @@ var args = Array.prototype.slice.call(arguments);

2

package.json
{
"name": "ios-simulator",
"version": "1.0.2",
"version": "1.0.3",
"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