Gathering detailed insights and metrics for react-leaflet-google-layer
Gathering detailed insights and metrics for react-leaflet-google-layer
Gathering detailed insights and metrics for react-leaflet-google-layer
Gathering detailed insights and metrics for react-leaflet-google-layer
canex-react-leaflet-google-layer
React leaflet wrapper of leaflet.gridlayer.googlemutant
@eisberg-labs/google-maps-leaflet-tile-layer
Google Maps tile layer for react leaflet.
react-google-layer-leaflet
A React component for rendering Google Map tile layers on a Leaflet map
react-leaflet-google-tile-layer
google layer as React compoment for Leaflet
Google layer for React-Leaflet using leaflet.gridlayer.googlemutant, implemented with typescript
npm install react-leaflet-google-layer
Typescript
Module System
Node Version
NPM Version
80.3
Supply Chain
78.3
Quality
81
Maintenance
100
Vulnerability
99.3
License
TypeScript (100%)
Total Downloads
1,995,163
Last Day
920
Last Week
9,506
Last Month
44,863
Last Year
531,980
MIT License
52 Stars
81 Commits
9 Forks
2 Watchers
12 Branches
4 Contributors
Updated on Feb 22, 2025
Minified
Minified + Gzipped
Latest Version
4.0.0
Package Id
react-leaflet-google-layer@4.0.0
Unpacked Size
12.28 kB
Size
4.51 kB
File Count
6
NPM Version
8.19.4
Node Version
16.20.2
Published on
Feb 22, 2025
Cumulative downloads
Total Downloads
Last Day
-31%
920
Compared to previous day
Last Week
-2.8%
9,506
Compared to previous week
Last Month
-8.6%
44,863
Compared to previous month
Last Year
-6%
531,980
Compared to previous year
4
4
Google layer for React Leaflet v3 and v4 using leaflet.gridlayer.googlemutant, implemented with typescript.
The current version of this library supports React Leaflet v3 and v4.
If you are using React Leaflet v2, please use the previous version of this library. Please see the documentation here:
https://github.com/aviklai/react-leaflet-google-layer/tree/v1
npm install --save react-leaflet-google-layer
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY" async defer></script>
false
.Usage example:
import * as React from 'react';
import { MapContainer } from 'react-leaflet';
import ReactLeafletGoogleLayer from 'react-leaflet-google-layer';
export const App = () => {
return (
<MapContainer zoom={15} center={[45, 20]}>
<ReactLeafletGoogleLayer apiKey='YOUR_API_KEY' type={'satellite'} />
</MapContainer>
);
};
https://codesandbox.io/s/basic-usage-with-react-leaflet-v3-vx8fd
apiKey?: string
useGoogMapsLoader?: boolean, default: true
googleMapsAddLayers?: { name: 'BicyclingLayer' | 'TrafficLayer' | 'TransitLayer', options?: any }[]
zIndex?: number
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
3 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3
Reason
Found 3/30 approved changesets -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
11 existing vulnerabilities detected
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