Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@googlemaps/extended-component-library

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@googlemaps/extended-component-library - npm Package Compare versions

Comparing version 0.6.5 to 0.6.6

2

lib/base/constants.d.ts

@@ -7,4 +7,4 @@ /**

/** Package version of this component library. */
export declare const LIBRARY_VERSION = "0.6.5";
export declare const LIBRARY_VERSION = "0.6.6";
/** Identifier of where this component library is sourced from. */
export declare const ATTRIBUTION_SOURCE_ID = "GIT";

@@ -7,5 +7,5 @@ /**

/** Package version of this component library. */
export const LIBRARY_VERSION = '0.6.5'; // x-release-please-version
export const LIBRARY_VERSION = '0.6.6'; // x-release-please-version
/** Identifier of where this component library is sourced from. */
export const ATTRIBUTION_SOURCE_ID = 'NPM';
//# sourceMappingURL=constants.js.map

@@ -438,8 +438,11 @@ /**

renderMapDirections() {
if (this.featureSet === FeatureSet.ADVANCED) {
const originLatLng = this.searchLocation?.location;
const destinationLatLng = this.selectedListing?.position;
if (this.featureSet === FeatureSet.ADVANCED && originLatLng &&
destinationLatLng) {
// clang-format off
return html `
<gmpx-route-overview no-pin
.originLatLng=${this.searchLocation?.location}
.destinationLatLng=${this.selectedListing?.position}>
.originLatLng=${originLatLng}
.destinationLatLng=${destinationLatLng}>
</gmpx-route-overview>`;

@@ -446,0 +449,0 @@ // clang-format on

@@ -30,3 +30,5 @@ /**

fields: string[];
locationBias?: google.maps.LatLngBounds;
locationBias?: google.maps.LatLngLiteral | google.maps.LatLngBounds;
includedType?: string;
region?: string;
}

@@ -33,0 +35,0 @@ /** Updated Place class with new attribution schema. */

{
"name": "@googlemaps/extended-component-library",
"version": "0.6.5",
"version": "0.6.6",
"description": "Web Components for building rich experiences with the Google Maps JavaScript API.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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