
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
@limrun/appium-xcode
Advanced tools
ES7 module for interacting with Xcode and Xcode-related functions. Used by various Appium drivers.
All functions are async, meaning they return promises which can be awaited via await.
Most functions are memoized, so after they are called once, they will simply return the same value. Remember that calling require() multiple times returns the same instantiation of a module if it has already been instantiated, so the memoization will be preserved across multiple files in the same project.
Some functions have an auto-retry built into them, they will retry silently a number of times. This is because the Xcode commands sometimes just flake and return bad values (or don't return).
memoized
gets path to Xcode Developer root.
memoized, retry
returns the version of Xcode formatted as a string, for example 6.3.1, or a version object if parse is true
memoized, retry
returns the highest IOS SDK version supported by Xcode.
eg: '8.3'
memoized, retry
returns highest tvOS SDK version supported by Xcode.
eg: '10.1'
npm test
npm e2e-test
After cloning appium-xcode, execute npm link in the appium-xcode directory. Next run npm link appium-xcode from the appium directory. This will symlink appium-xcode to node_modules/appium-xcode. If the clone becomes out of date remember to unlink or delete node_modules and reinstall.
For quick debugging you could cd into the node_modules/appium-xcode folder and run npm install followed by npm run build.
FAQs
Interact with Xcode
The npm package @limrun/appium-xcode receives a total of 5,586 weekly downloads. As such, @limrun/appium-xcode popularity was classified as popular.
We found that @limrun/appium-xcode demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.