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.10 to 3.39.11

4

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

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

"dependencies": {},
"typesPublisherContentHash": "2ef2c204e8de52d09706834f8de3e4784e16e23d1d9533d46d3ec8f8dae1c91f",
"typesPublisherContentHash": "77d4b299081dbe7454f69ec5259ca6ce5b0d9e6e7bbcd927395d67644e09e496",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Wed, 22 Jul 2020 18:46:12 GMT
* Last updated: Thu, 23 Jul 2020 18:23:28 GMT
* Dependencies: none

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

@@ -13,6 +13,6 @@ declare namespace google.maps {

avoidTolls?: boolean;
destinations?: string[] | LatLng[] | LatLngLiteral[] | Place[];
destinations?: Array<(string | LatLng | LatLngLiteral | Place)>;
drivingOptions?: DrivingOptions;
durationInTraffic?: boolean;
origins?: string[] | LatLng[] | LatLngLiteral[] | Place[];
origins?: Array<(string | LatLng | LatLngLiteral | Place)>;
region?: string;

@@ -19,0 +19,0 @@ transitOptions?: TransitOptions;

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