New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

@frankhoodbs/get-mount-point-id

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frankhoodbs/get-mount-point-id

An utility to get from css the id of the vue mount point

latest
npmnpm
Version
4.0.2
Version published
Maintainers
0
Created
Source

@frankhoodbs/get-mount-point-id

An utility to get the Vue mount point ID from CSS.

Version License

Installation

Using npm:

npm install @frankhoodbs/get-mount-point-id

Usage

import { getMountPointId } from '@frankhoodbs/get-mount-point-id';

const mountPointId = getMountPointId();
console.log(mountPointId);

This utility reads the --mount-point-id property value from the document's computed style and returns its value.

License

ISC License © Frankhood Business Solutions s.r.l.

FAQs

Package last updated on 26 Nov 2025

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