New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

sw-vers

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sw-vers

Parser for `sw_vers` command output

latest
npmnpm
Version
0.0.1
Version published
Weekly downloads
3
-57.14%
Maintainers
1
Weekly downloads
 
Created
Source

sw-vers Build Status

sw-vers is a parser for sw_vers command output.

Installation

npm install sw_vers

Usage

var swVers = require('sw-vers');

swVers(function (_, data) {
  console.dir(data);
});

Will output something similar to:

{ productName: 'Mac OS X',
  productVersion: '10.7.4',
  buildVersion: '11E53' }

Keywords

sw_vers

FAQs

Package last updated on 26 Sep 2012

Did you know?

Socket

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.

Install

Related posts