Gathering detailed insights and metrics for @zibuthe7j11/aperiam-et-quisquam
Gathering detailed insights and metrics for @zibuthe7j11/aperiam-et-quisquam
npm install @zibuthe7j11/aperiam-et-quisquam
Typescript
Module System
Node Version
NPM Version
68
Supply Chain
86.8
Quality
76.1
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
232
Last Day
1
Last Week
8
Last Month
27
Last Year
232
12 Commits
1 Branches
Latest Version
1.0.0
Package Id
@zibuthe7j11/aperiam-et-quisquam@1.0.0
Unpacked Size
18.12 kB
Size
7.00 kB
File Count
10
NPM Version
10.5.0
Node Version
20.12.2
Publised On
26 Apr 2024
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
100%
8
Compared to previous week
Last month
22.7%
27
Compared to previous month
Last year
0%
232
Compared to previous year
The PureJS_OnePageNav library is designed to dynamically manage states of navigation links based on scroll offset. It comes with several options that allow customize page navigation working as intended.
Main functionalities:
1npm install @zibuthe7j11/aperiam-et-quisquam
1import OnePageNav from '@zibuthe7j11/aperiam-et-quisquam'; 2 3// Default constructor options 4let options = { 5 defaultLinkActive: true, 6 updateATagClass: true, 7 changeOffset: 50, 8 parentsObtainingActiveClass: [], 9 setClassesOnSections: false, 10 exactMatch: false, 11 navLinkActiveClass: 'active', 12 sectionActiveClass: 'active', 13 defaultActiveElement: undefined, 14 updateHash: false, 15 saveHashBetweenSections: true, 16 onInit: [], 17 onChange: [], 18 debugLine: false, 19}; 20 21let onePageNav = new OnePageNav('nav a', options); 22 23//or 24 25new OnePageNav.default(); // for alone imported umd file
(The MIT License)
No vulnerabilities found.
No security vulnerabilities found.