Gathering detailed insights and metrics for @types/body-scroll-lock
Gathering detailed insights and metrics for @types/body-scroll-lock
The repository for high quality TypeScript type definitions.
npm install @types/body-scroll-lock
Typescript
Module System
100
Supply Chain
61.6
Quality
75.4
Maintenance
100
Vulnerability
100
License
TypeScript (99.9%)
JavaScript (0.09%)
Shell (0.01%)
Total Downloads
36,233,536
Last Day
30,364
Last Week
128,988
Last Month
557,835
Last Year
10,204,950
49,126 Stars
88,654 Commits
30,293 Forks
640 Watching
5 Branches
9,978 Contributors
Latest Version
3.1.2
Package Id
@types/body-scroll-lock@3.1.2
Unpacked Size
3.38 kB
Size
1.62 kB
File Count
5
Publised On
07 Nov 2023
Cumulative downloads
Total Downloads
Last day
-12.2%
30,364
Compared to previous day
Last week
-15.4%
128,988
Compared to previous week
Last month
-10.6%
557,835
Compared to previous month
Last year
19.5%
10,204,950
Compared to previous year
npm install --save @types/body-scroll-lock
This package contains type definitions for body-scroll-lock (https://github.com/willmcpo/body-scroll-lock).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/body-scroll-lock.
1export interface BodyScrollOptions { 2 reserveScrollBarGap?: boolean | undefined; 3 allowTouchMove?: ((el: HTMLElement | Element) => boolean) | undefined; 4} 5 6export function disableBodyScroll(targetElement: HTMLElement | Element, options?: BodyScrollOptions): void; 7export function enableBodyScroll(targetElement: HTMLElement | Element): void; 8export function clearAllBodyScrollLocks(): void; 9 10export as namespace bodyScrollLock; 11
These definitions were written by kimcoder.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 26/30 approved changesets -- score normalized to 8
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-02-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More