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.1.28 to 3.2.0

21

google-maps/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for google-maps 3.1.0
// Type definitions for google-maps 3.2.1
// Project: https://www.npmjs.com/package/google-maps

@@ -9,11 +9,17 @@ // Definitions by: Deividas Bakanas <https://github.com/DeividasBakanas>, Giedrius Grabauskas <https://github.com/GiedriusGrabauskas>

declare namespace GoogleMapsLoader {
type google = { maps: typeof google.maps };
interface CallBack {
(google: { maps: { Map: google.maps.Map } }): void;
(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 SENSOR: boolean;
export var LIBRARIES: Array<string>;
export var LANGUAGE: string;
export var WINDOW_CALLBACK_NAME: string;
export function release(callBack: Function): void;

@@ -23,5 +29,8 @@ export function onLoad(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;
{
"name": "@types/google-maps",
"version": "3.1.28",
"description": "TypeScript definitions for google-maps 3.1.0",
"version": "3.2.0",
"description": "TypeScript definitions for google-maps",
"license": "MIT",

@@ -16,4 +16,4 @@ "author": "Deividas Bakanas <https://github.com/DeividasBakanas>, Giedrius Grabauskas <https://github.com/GiedriusGrabauskas>",

},
"typings": "index.d.ts",
"typesPublisherContentHash": "79a2aa18c01e7521eaeefc3a5f7837ca0b439224937eb636b38a66e47d015638"
"peerDependencies": {},
"typesPublisherContentHash": "66e6cc29e3e1646ddb087799e8c8cddcefc7f67c0928281d18e1385fdcab57f7"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for google-maps 3.1.0 (https://www.npmjs.com/package/google-maps).
This package contains type definitions for google-maps (https://www.npmjs.com/package/google-maps).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* Last updated: Tue, 29 Nov 2016 23:51:27 GMT
* File structure: UMD

@@ -15,0 +15,0 @@ * Library Dependencies: googlemaps

{
"authors": "Deividas Bakanas <https://github.com/DeividasBakanas>, Giedrius Grabauskas <https://github.com/GiedriusGrabauskas>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [

@@ -8,5 +7,5 @@ "googlemaps"

"moduleDependencies": [],
"libraryMajorVersion": "3",
"libraryMinorVersion": "1",
"libraryName": "google-maps 3.1.0",
"libraryMajorVersion": 3,
"libraryMinorVersion": 2,
"libraryName": "google-maps",
"typingsPackageName": "google-maps",

@@ -25,3 +24,3 @@ "projectName": "https://www.npmjs.com/package/google-maps",

"hasPackageJson": false,
"contentHash": "79a2aa18c01e7521eaeefc3a5f7837ca0b439224937eb636b38a66e47d015638"
"contentHash": "66e6cc29e3e1646ddb087799e8c8cddcefc7f67c0928281d18e1385fdcab57f7"
}
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