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

@googlemaps/js-api-loader

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@googlemaps/js-api-loader - npm Package Compare versions

Comparing version 1.14.3 to 1.15.1

2

dist/index.d.ts

@@ -26,3 +26,3 @@ /**

export declare const DEFAULT_ID = "__googleMapsScriptId";
export declare type Libraries = ("drawing" | "geometry" | "localContext" | "places" | "visualization")[];
export declare type Libraries = ("drawing" | "geometry" | "localContext" | "marker" | "places" | "visualization")[];
/**

@@ -29,0 +29,0 @@ * The Google Maps JavaScript API

{
"name": "@googlemaps/js-api-loader",
"version": "1.14.3",
"version": "1.15.1",
"description": "Wrapper for the loading of Google Maps JavaScript API script in the browser",

@@ -5,0 +5,0 @@ "keywords": [

@@ -36,7 +36,7 @@ /**

version: "weekly",
libraries: ["places"],
libraries: ["marker", "places"],
language: "language",
region: "region",
},
"https://maps.googleapis.com/maps/api/js?callback=__googleMapsCallback&key=foo&libraries=places&language=language&region=region&v=weekly",
"https://maps.googleapis.com/maps/api/js?callback=__googleMapsCallback&key=foo&libraries=marker,places&language=language&region=region&v=weekly",
],

@@ -43,0 +43,0 @@ [

@@ -34,2 +34,3 @@ /**

| "localContext"
| "marker"
| "places"

@@ -36,0 +37,0 @@ | "visualization"

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