Socket
Socket
Sign inDemoInstall

ios-simulator

Package Overview
Dependencies
57
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

7

lib/ios-simulator.js

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

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

@@ -97,0 +104,0 @@ return _.childProcess.spawn('xcrun', ['simctl', 'spawn', this.deviceId].concat(args), opt);

2

package.json
{
"name": "ios-simulator",
"version": "1.0.6",
"version": "1.0.7",
"description": "ios-simulator",

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

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