Socket
Socket
Sign inDemoInstall

@deckdeckgo/utils

Package Overview
Dependencies
0
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deckdeckgo/utils


Version published
Maintainers
1
Install size
19.3 kB
Created

Changelog

Source

1.2.0 (2020-07-15)

Applications

Web Components: New

Web Components: Update

Web Components Templates

Others

<a name="1.1.0"></a>

Readme

Source

DeckDeckGo - Types

A collection of utils methods and functions developed and used across apps and components of DeckDeckGo.

Table of contents

Getting Started

If you would like to install and compile locally this project, proceed as following:

git clone https://github.com/deckgo/deckdeckgo
cd deckdeckgo/utils/utils
npm install
npm run build

Methods

The following functions and methods are statically exposed:

Unify an event

To unify a mouse or touche event

static unifyEvent(e: any): any

Debounce

Debounce a function. Per default 300ms.

static debounce(func: Function, timeout?: number)

Is mobile?

Is the current navigator used on mobile devices? The list of devices from Detect Mobile Browsers is use for detection purpose.

static isMobile(): boolean

Is iOS?

Is the current device an iOS one (iPad, iPhone and iPod)?

static isIOS(): boolean

Is full screen?

Compare the window.innerHeight and screen.height to detect full screen or not.

static isFullscreen(): boolean

License

MIT © David Dal Busco and Nicolas Mattia

FAQs

Last updated on 31 Jul 2020

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc