google-maps-js-api-loader
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -122,2 +122,2 @@ /// <reference types="google.maps" /> | ||
export { type GoogleMapsLibrary, googleMapsLoader as GoogleMapsLoader, type GoogleMapsLoaderOptions, type GoogleMapsLoaderStatus, type ScriptOptions }; | ||
export { type GoogleMapsLibraries, type GoogleMapsLibrary, googleMapsLoader as GoogleMapsLoader, type GoogleMapsLoaderOptions, type GoogleMapsLoaderStatus, type ScriptOptions }; |
{ | ||
"name": "google-maps-js-api-loader", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"author": "Krombik", | ||
@@ -5,0 +5,0 @@ "description": "A lightweight JavaScript library for loading the Google Maps JavaScript API", |
@@ -1,2 +0,2 @@ | ||
# google-maps-loader | ||
# google-maps-js-api-loader | ||
@@ -7,6 +7,28 @@ ## Description | ||
## Installation | ||
using npm: | ||
``` | ||
npm install --save google-maps-js-api-loader | ||
``` | ||
or yarn: | ||
``` | ||
yarn add google-maps-js-api-loader | ||
``` | ||
or pnpm: | ||
``` | ||
pnpm add google-maps-js-api-loader | ||
``` | ||
--- | ||
## Example | ||
```ts | ||
import { GoogleMapsLoader } from 'google-maps-loader'; | ||
import { GoogleMapsLoader } from 'google-maps-js-api-loader'; | ||
@@ -13,0 +35,0 @@ GoogleMapsLoader( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
51984
171
0