Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

has-touchbar

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

has-touchbar

A small no-dependency module to tell you if the current machine has a physical touchbar or not.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Has Touchbar npm version npm downloads

A small no-dependency module to tell you if the current machine has a physical touchbar or not.

Note: This module checks for real physical touchbar. Even if you run a touchbar simulator, it will still return false.

Installation

$ yarn add has-touchbar

Usage

const hasTouchbar = require('has-touchbar')

hasTouchbar().then(result => {
    if (result) {
        // this computer has a touchbar
    }
    else {
        // no touchbar here
    }
})

Keywords

FAQs

Package last updated on 26 Jun 2018

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc