Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
macos-version
Advanced tools
Get or check the current macOS version
$ npm install --save macos-version
const macosVersion = require('macos-version');
macosVersion();
//=> '10.12.3'
macosVersion.is('>10.10');
//=> true
macosVersion.assertGreaterThanOrEqualTo('10.12.5');
//=> [Error: Requires macOS 10.12.5 or later]
Returns the macOS version.
Returns a boolean
of whether the specified semver range matches the macOS version.
Returns a boolean
of whether the macOS version is greater than or equal to the specified version.
Throws an error if the specified semver range does not match the macOS version.
Throws an error if the macOS version is not greater than or equal to the specified version.
Prefer this over .assert()
whenever possible as it outputs a more user-friendly error message.
Throws an error if platform is not macOS.
True if platform is macOS.
MIT © Sindre Sorhus
FAQs
Get or check the current macOS version
The npm package macos-version receives a total of 9,729 weekly downloads. As such, macos-version popularity was classified as popular.
We found that macos-version demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.