Socket
Socket
Sign inDemoInstall

@artifriends/z-index-manager

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @artifriends/z-index-manager

Finds the highest z-index value


Version published
Maintainers
1
Created

Readme

Source

Z-Index Manager

Finds the highest z-index value

Usage

import artifriends_z_index_manager from "browser_modules/@artifriends/z-index-manager/module.js";
const {zIndexManager} = artifriends_z_index_manager;

// get instance
const zIndexManagerInstance = new zIndexManager();

// get highest z-index value
console.log(zIndexManagerInstance.getHighestZIndex('body')); // 1

Install

Frontle

frontle install @artifriends/z-index-manager

Download files

https://github.com/Artifriends-inc/zIndexManager

API

new zIndexManager()

Creating a zIndexManager object. Single tone pattern used

const zIndexManagerInstance = new zIndexManager();
.getHighestZIndex(element)

Get the highest z-index value within the specified element

console.log(zIndexManagerInstance.getHighestZIndex('body'));

People

The original author of @artifriends/z-index-manager is MushStory

License

MIT

Keywords

FAQs

Last updated on 28 Oct 2022

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