Gathering detailed insights and metrics for @types/react-leaflet-fullscreen-plugin
Gathering detailed insights and metrics for @types/react-leaflet-fullscreen-plugin
Gathering detailed insights and metrics for @types/react-leaflet-fullscreen-plugin
Gathering detailed insights and metrics for @types/react-leaflet-fullscreen-plugin
The repository for high quality TypeScript type definitions.
npm install @types/react-leaflet-fullscreen-plugin
Typescript
Module System
63.6
Supply Chain
67.6
Quality
75.3
Maintenance
100
Vulnerability
100
License
TypeScript (99.9%)
JavaScript (0.09%)
Shell (0.01%)
Total Downloads
23,210
Last Day
50
Last Week
310
Last Month
890
Last Year
11,181
NOASSERTION License
49,604 Stars
89,192 Commits
30,375 Forks
641 Watchers
3 Branches
9,957 Contributors
Updated on Apr 19, 2025
Latest Version
1.0.3
Package Id
@types/react-leaflet-fullscreen-plugin@1.0.3
Unpacked Size
3.98 kB
Size
1.74 kB
File Count
5
Published on
Dec 05, 2023
Cumulative downloads
Total Downloads
Last Day
194.1%
50
Compared to previous day
Last Week
67.6%
310
Compared to previous week
Last Month
-31.6%
890
Compared to previous month
Last Year
35.2%
11,181
Compared to previous year
1
npm install --save @types/react-leaflet-fullscreen-plugin
This package contains type definitions for react-leaflet-fullscreen-plugin (https://github.com/elangobharathi/react-leaflet-fullscreen-plugin).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-leaflet-fullscreen-plugin.
1import { JSX } from "react"; 2export interface FullscreenProps { 3 position?: "topleft" | "topright" | "bottomleft" | "bottomright" | undefined; 4 title?: string | undefined; 5 titleCancel?: string | undefined; 6 content?: string | undefined; 7 forceSeparateButton?: boolean | undefined; 8 forcePseudoFullscreen?: boolean | undefined; 9 fullscreenElement?: false | HTMLElement | undefined; 10 eventHandlers?: { 11 enterFullscreen?: (event: Event) => void; 12 exitFullscreen?: (event: Event) => void; 13 } | undefined; 14} 15 16declare function Fullscreen(props: FullscreenProps): JSX.Element; 17 18export default Fullscreen; 19
These definitions were written by Zenoo.
No vulnerabilities found.
Reason
30 commit(s) and 0 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/29 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-04-14
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