Socket
Socket
Sign inDemoInstall

@deck.gl/google-maps

Package Overview
Dependencies
25
Maintainers
6
Versions
376
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.5 to 9.0.6

2

dist/google-maps-overlay.d.ts
/// <reference types="google.maps" />
import type { DeckProps } from '@deck.gl/core';
export type GoogleMapsOverlayProps = DeckProps & {
export type GoogleMapsOverlayProps = Omit<DeckProps, 'width' | 'height' | 'gl' | 'glOptions' | 'parent' | 'canvas' | '_customRender' | 'viewState' | 'initialViewState' | 'controller'> & {
interleaved?: boolean;

@@ -5,0 +5,0 @@ };

@@ -6,3 +6,3 @@ {

"type": "module",
"version": "9.0.5",
"version": "9.0.6",
"publishConfig": {

@@ -50,3 +50,3 @@ "access": "public"

},
"gitHead": "3b7dc3a0fcf86547fc4efb53307672a5a65d81ea"
"gitHead": "fdbf68be3761c1a7e4bf5d2c6b20792fd8796937"
}

@@ -30,3 +30,15 @@ /* global google */

export type GoogleMapsOverlayProps = DeckProps & {
export type GoogleMapsOverlayProps = Omit<
DeckProps,
| 'width'
| 'height'
| 'gl'
| 'glOptions'
| 'parent'
| 'canvas'
| '_customRender'
| 'viewState'
| 'initialViewState'
| 'controller'
> & {
interleaved?: boolean;

@@ -33,0 +45,0 @@ };

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc