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

node-simctl

Package Overview
Dependencies
Maintainers
7
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-simctl - npm Package Compare versions

Comparing version 7.4.0 to 7.4.1

build/index.d.ts

12

CHANGELOG.md

@@ -0,1 +1,13 @@

## [7.4.1](https://github.com/appium/node-simctl/compare/v7.4.0...v7.4.1) (2024-03-24)
### Bug Fixes
* types pubishing ([6755d64](https://github.com/appium/node-simctl/commit/6755d64d8185df65963f51697f58f8cb3c02cdb8))
### Miscellaneous Chores
* **deps-dev:** bump semantic-release from 22.0.12 to 23.0.2 ([#230](https://github.com/appium/node-simctl/issues/230)) ([7c06e04](https://github.com/appium/node-simctl/commit/7c06e04e4913c51eeec61cb4dbd34d7c261abefc))
## [7.4.0](https://github.com/appium/node-simctl/compare/v7.3.13...v7.4.0) (2024-03-24)

@@ -2,0 +14,0 @@

8

package.json

@@ -9,3 +9,3 @@ {

],
"version": "7.4.0",
"version": "7.4.1",
"author": "Appium Contributors",

@@ -32,3 +32,3 @@ "license": "Apache-2.0",

"lib",
"build/index.js",
"build/index.*",
"build/lib",

@@ -109,3 +109,3 @@ "CHANGELOG.md"

"proxyquire": "^2.1.3",
"semantic-release": "^22.0.5",
"semantic-release": "^23.0.2",
"sinon": "^17.0.0",

@@ -115,3 +115,3 @@ "ts-node": "^10.9.1",

},
"types": "./build/lib/index.d.ts"
"types": "./build/index.d.ts"
}

@@ -6,3 +6,3 @@ ## node-simctl

[![Release](https://github.com/appium/node-simctl/actions/workflows/publish.js.yml/badge.svg?branch=master)](https://github.com/appium/node-simctl/actions/workflows/publish.js.yml) [![Build Status](https://travis-ci.org/appium/node-simctl.svg?branch=master)](https://travis-ci.org/appium/node-simctl)
[![Release](https://github.com/appium/node-simctl/actions/workflows/publish.js.yml/badge.svg?branch=master)](https://github.com/appium/node-simctl/actions/workflows/publish.js.yml)

@@ -9,0 +9,0 @@ ES6/7 Node wrapper around Apple's `simctl` binary, the "Command line utility to control the iOS Simulator". `simctl` is run as a sub-command of [xcrun](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcrun.1.html)

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