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

z-index-manager

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

z-index-manager

Easily manage highest and lowest z-indexes on the DOM.

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

[![npm][npm-badge]][npm-badge-url] [npm-badge]: https://img.shields.io/npm/v/z-index-manager.svg [npm-badge-url]: https://www.npmjs.com/package/z-index-manager

Z-Index Manager

What is Z-Index Manager?

Z-Index Manager will easily manage highest and lowest z-indexes on the DOM.

How to Use

js

var ZIndexManager = require('z-index-manager').default();

// Returns the new highest Z-Index on the DOM.
ZIndexManager.getHighest();

// Returns the new lowest Z-Index on the DOM.
ZIndexManager.getLowest();

Run Demo Z-Index Manager Application

Run iqb install in the root directory to install depenedencies Run iqb start in the root directory to run a demo application with Z-Index Manager.

Keywords

FAQs

Package last updated on 26 Aug 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

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