Socket
Socket
Sign inDemoInstall

ios-simulator

Package Overview
Dependencies
58
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.10 to 1.0.11

bin/ios-simulator

1

lib/ios-simulator.js

@@ -159,3 +159,2 @@ 'use strict';

var cb = args[0];
return promise.then(data => {

@@ -162,0 +161,0 @@ cb.call(this, null, data);

{
"name": "ios-simulator",
"version": "1.0.10",
"version": "1.0.11",
"description": "iOS Simulator Node.js wrapper",
"keywords": [
"ios-simulator"
"simulator",
"ios",
"macaca"
],
"bin": {
"ios-simulator": "./bin/ios-simulator"
},
"main": "index.js",

@@ -14,2 +19,5 @@ "repository": {

"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"detect-port": "^1.0.0",
"plist": "~1.2.0",

@@ -16,0 +24,0 @@ "xlogger": "^1.0.0",

@@ -24,3 +24,3 @@ # ios-simulator

```shell
``` bash
$ npm i ios-simulator --save

@@ -33,8 +33,15 @@ ```

```shell
``` bash
$ DevToolsSecurity -enable
```
``` bash
$ npm i ios-simulator -g
$ ios-simulator -n 'iPhone 6s'
$ xcrun simctl shutdown `ios-simulator -n 'iPhone 6s'`
$ open -a Simulator --args -CurrentDeviceUDID `ios-simulator -n 'iPhone 6s'`
```
## License
The MIT License (MIT)
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