Socket
Socket
Sign inDemoInstall

@ianwalter/is-chrome

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ianwalter/is-chrome

Detect whether a browser or user-agent is Chrome


Version published
Maintainers
1
0
Bundle size
179 bytes
Minified + gzipped

Weekly downloads

Readme

Source

@ianwalter/is-chrome

Detect whether a browser or user-agent is Chrome

npm page CI

Installation

yarn add @ianwalter/is-chrome

Usage

Browser:

import isChrome from '@ianwalter/is-chrome'

// Firefox 65:
isChrome() // => false

// Chrome 72:
isChrome() // => true

Node.js:

const isChrome = require('@ianwalter/is-chrome')

// Firefox 65:
isChrome(req.get('user-agent')) // => false

// Chrome 72:
isChrome(req.get('user-agent')) // => true

License

Hippocratic License - See LICENSE

 

Created by Ian Walter

Keywords

FAQs

Last updated on 16 Jun 2020

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.

Install

Related posts

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