Socket
Book a DemoInstallSign in
Socket

is-incognito

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

is-incognito

Detects incognito mode.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

is-incognito Build Status

Detects incognito mode.

Install

$ npm install --save is-incognito

Usage

const isIncognito = require('is-incognito');
isIncognito().then(console.log, console.error).catch(console.error);

/*
If Promise is:

* resolved -> 1 
			 'incognito'

* rejected -> 1 || -1 || -2
			 'not incognito' || 'Check failed' || 'Check not implement for this ENV'

*/

License

MIT © Hemanth.HM

Keywords

is-incognito

FAQs

Package last updated on 09 Jan 2016

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