Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

google-maps-js-api-loader

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-maps-js-api-loader - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc