Socket
Socket
Sign inDemoInstall

@types/googlemaps

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/googlemaps - npm Package Compare versions

Comparing version 3.39.11 to 3.39.12

4

googlemaps/package.json
{
"name": "@types/googlemaps",
"version": "3.39.11",
"version": "3.39.12",
"description": "TypeScript definitions for Google Maps JavaScript API",

@@ -97,4 +97,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "77d4b299081dbe7454f69ec5259ca6ce5b0d9e6e7bbcd927395d67644e09e496",
"typesPublisherContentHash": "be41f8139eeb2651e6220c1e86aa23e8e4336a05676e580387447f96ad2bdf6e",
"typeScriptVersion": "3.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 23 Jul 2020 18:23:28 GMT
* Last updated: Thu, 13 Aug 2020 00:22:08 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `google`

@@ -14,7 +14,7 @@ declare namespace google.maps {

interface LocationElevationRequest {
locations: LatLng[];
locations: Array<LatLngLiteral | LatLng>;
}
interface PathElevationRequest {
path?: LatLng[];
path?: Array<LatLngLiteral | LatLng>;
samples?: number;

@@ -21,0 +21,0 @@ }

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