New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/google-maps

Package Overview
Dependencies
Maintainers
0
Versions
19
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.6 to 4.0.0

30

google-maps/package.json
{
"name": "@types/google-maps",
"version": "3.2.6",
"description": "TypeScript definitions for google-maps",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/google-maps",
"license": "MIT",
"contributors": [
{
"name": "Deividas Bakanas",
"githubUsername": "DeividasBakanas",
"url": "https://github.com/DeividasBakanas"
},
{
"name": "Giedrius Grabauskas",
"githubUsername": "GiedriusGrabauskas",
"url": "https://github.com/GiedriusGrabauskas"
}
],
"version": "4.0.0",
"description": "Stub TypeScript definitions entry for google-maps, which provides its own types definitions",
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/google-maps"
},
"scripts": {},
"license": "MIT",
"dependencies": {
"@types/google.maps": "*"
"google-maps": "*"
},
"typesPublisherContentHash": "744d896a68bf9562b34e608bed5b924c5b493864d15c2cb59cb7d6c8ba11ee4e",
"typeScriptVersion": "4.5"
"deprecated": "This is a stub types definition. google-maps provides its own type definitions, so you do not need this installed."
}

@@ -1,50 +0,3 @@

# Installation
> `npm install --save @types/google-maps`
This is a stub types definition for @types/google-maps (https://github.com/davidkudera/google-maps-loader#readme).
# Summary
This package contains type definitions for google-maps (https://www.npmjs.com/package/google-maps).
# Details
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: 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: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/google.maps](https://npmjs.com/package/@types/google.maps)
# Credits
These definitions were written by [Deividas Bakanas](https://github.com/DeividasBakanas), and [Giedrius Grabauskas](https://github.com/GiedriusGrabauskas).
google-maps provides its own type definitions, so you don't need @types/google-maps installed!
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