Socket
Socket
Sign inDemoInstall

simple-os-platform

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "simple-os-platform",
"version": "1.0.0",
"version": "1.0.1",
"description": "A helper that returns a simplified version the current user's operating system. Eg. \"Windows\", \"Linux\", \"Android\", \"Mac\", \"iOS\" etc.",

@@ -57,4 +57,4 @@ "main": "build/index.js",

"bugs": {
"url": "https://github.com/BarryMichaelDoyle/get-os/issues"
"url": "https://github.com/BarryMichaelDoyle/simple-os-platform/issues"
}
}
<!-- TITLE/ -->
<h1>getOS</h1>
<h1>Simple OS Platform</h1>

@@ -17,8 +17,8 @@ <!-- /TITLE -->

<span class="badge-nodeico"><a href="https://www.npmjs.com/package/@BarryMichaelDoyle/get-os" title="Nodei.co badge"><img src="https://nodei.co/npm/@BarryMichaelDoyle/get-os.png" alt="Nodei.co badge" /></a></span>
<span class="badge-nodeico"><a href="https://www.npmjs.com/package/simple-os-platform" title="Nodei.co badge"><img src="https://nodei.co/npm/simple-os-platform.png" alt="Nodei.co badge" /></a></span>
<br class="badge-separator" />
<span class="badge-travisci"><a href="http://travis-ci.org/BarryMichaelDoyle/get-os" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/BarryMichaelDoyle/get-os/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-npmversion"><a href="https://npmjs.org/package/@BarryMichaelDoyle/get-os" title="View this project on NPM"><img src="https://img.shields.io/npm/v/@BarryMichaelDoyle/get-os.svg" alt="NPM version" /></a></span>
<span class="badge-npmdownloads"><a href="https://npmjs.org/package/@BarryMichaelDoyle/get-os" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/@BarryMichaelDoyle/get-os.svg" alt="NPM downloads" /></a></span>
<span class="badge-daviddm"><a href="https://david-dm.org/BarryMichaelDoyle/get-os" title="View the status of this project's dependencies on DavidDM"><img src="https://img.shields.io/david/BarryMichaelDoyle/get-os.svg" alt="Dependency Status" /></a></span>
<span class="badge-travisci"><a href="http://travis-ci.org/BarryMichaelDoyle/simple-os-platform" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/BarryMichaelDoyle/simple-os-platform/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-npmversion"><a href="https://npmjs.org/package/simple-os-platform" title="View this project on NPM"><img src="https://img.shields.io/npm/v/simple-os-platform.svg" alt="NPM version" /></a></span>
<span class="badge-npmdownloads"><a href="https://npmjs.org/package/simple-os-platform" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/simple-os-platform.svg" alt="NPM downloads" /></a></span>
<span class="badge-daviddm"><a href="https://david-dm.org/BarryMichaelDoyle/simple-os-platform" title="View the status of this project's dependencies on DavidDM"><img src="https://img.shields.io/david/BarryMichaelDoyle/simple-os-platform.svg" alt="Dependency Status" /></a></span>

@@ -29,7 +29,7 @@ <!-- /BADGES -->

```
yarn add @barrymichaeldoyle/get-os or
yarn add simple-os-platform or
or
npm install @barrymichaeldoyle/get-os
npm install simple-os-platform
```

@@ -42,3 +42,3 @@

```javascript
import getOS from '@barrymichaeldoyle/get-os'
import getOS from 'simple-os-platform'

@@ -99,3 +99,3 @@ const ShortcutPhrase = () => `${getOS() === 'Mac' ? 'cmd' : 'ctrl'} + click`;

<a href="https://github.com/BarryMichaelDoyle/get-os/releases">Discover the release history by heading on over to the releases page.</a>
<a href="https://github.com/BarryMichaelDoyle/simple-os-platform/releases">Discover the release history by heading on over to the releases page.</a>

@@ -102,0 +102,0 @@ <!-- /HISTORY -->

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc