Socket
Socket
Sign inDemoInstall

@types/google-maps

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/google-maps - npm Package Compare versions

Comparing version 3.2.3 to 3.2.4

5

google-maps/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for google-maps 3.2.1
// Project: https://www.npmjs.com/package/google-maps
// Definitions by: Deividas Bakanas <https://github.com/DeividasBakanas>, Giedrius Grabauskas <https://github.com/GiedriusGrabauskas>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0

@@ -7,0 +2,0 @@

15

google-maps/package.json
{
"name": "@types/google-maps",
"version": "3.2.3",
"version": "3.2.4",
"description": "TypeScript definitions for google-maps",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/google-maps",
"license": "MIT",

@@ -9,9 +10,9 @@ "contributors": [

"name": "Deividas Bakanas",
"url": "https://github.com/DeividasBakanas",
"githubUsername": "DeividasBakanas"
"githubUsername": "DeividasBakanas",
"url": "https://github.com/DeividasBakanas"
},
{
"name": "Giedrius Grabauskas",
"url": "https://github.com/GiedriusGrabauskas",
"githubUsername": "GiedriusGrabauskas"
"githubUsername": "GiedriusGrabauskas",
"url": "https://github.com/GiedriusGrabauskas"
}

@@ -30,4 +31,4 @@ ],

},
"typesPublisherContentHash": "635d570ffd02c9504e9f561fc578210fdf2c4bddb601a19a4e8def2768f58ade",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "ee3c6da7e091195753a4241f9131cf3b472eb7a9d844f9aa41081009a490c475",
"typeScriptVersion": "4.5"
}

@@ -9,9 +9,43 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/google-maps.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/google-maps/index.d.ts)
````ts
// TypeScript Version: 3.0
/// <reference types="google.maps" />
declare namespace GoogleMapsLoader {
type google = { maps: typeof google.maps };
interface CallBack {
(google: google): void;
}
export var KEY: string;
export var URL: string;
export var LIBRARIES: Array<string>;
export var CLIENT: string;
export var CHANNEL: string;
export var LANGUAGE: string;
export var REGION: string;
export var VERSION: string;
export var WINDOW_CALLBACK_NAME: string;
export function release(callBack: Function): void;
export function onLoad(callBack?: CallBack): void;
export function load(callBack?: CallBack): void;
export function isLoaded(): boolean;
export function createLoader(): void;
export function createUrl(): string;
export function makeMock(): void;
}
export = GoogleMapsLoader;
export as namespace GoogleMapsLoader;
````
### Additional Details
* Last updated: Tue, 18 May 2021 10:01:24 GMT
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT
* Dependencies: [@types/google.maps](https://npmjs.com/package/@types/google.maps)
* Global values: `GoogleMapsLoader`
# Credits
These definitions were written by [Deividas Bakanas](https://github.com/DeividasBakanas), and [Giedrius Grabauskas](https://github.com/GiedriusGrabauskas).
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