Socket
Socket
Sign inDemoInstall

@artifriends/z-index-manager

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artifriends/z-index-manager - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

index.js

5

package.json
{
"name": "@artifriends/z-index-manager",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"module": "./",
"description": "Finds the highest z-index value",

@@ -29,5 +30,5 @@ "keywords": [

"README.md",
"zIndexManager.js"
"index.js"
],
"dependencies": {}
}

9

README.md

@@ -8,3 +8,4 @@ # Z-Index Manager

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

@@ -20,8 +21,2 @@ // get instance

**NPM**
```shell
npm install @artifriends/z-index-manager
```
**Frontle**

@@ -28,0 +23,0 @@

Sorry, the diff of this file is not supported yet

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