Socket
Book a DemoInstallSign in
Socket

osx-model

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

osx-model

Get your Mac model

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

osx-model Build Status

Get your Mac model

Install

$ npm install --save osx-model

Usage

var osxModel = require('osx-model');

osxModel(function (err, model) {
	console.log(model);
	//=> 'MacBook Pro (Retina, 15-inch, Mid 2014)'
});

CLI

$ npm install --global osx-model
$ osx-model --help

  Example
    $ osx-model
    MacBook Pro (Retina, 15-inch, Mid 2014)

License

MIT © Kevin Martensson

Keywords

app

FAQs

Package last updated on 23 May 2015

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