Socket
Socket
Sign inDemoInstall

homebirdscomponents

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebirdscomponents - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

dist/homebirdscomponents/p-4089d9d8.entry.js

4

dist/cjs/ba-google-map.cjs.entry.js

@@ -85,4 +85,4 @@ 'use strict';

}
componentDidLoad() {
this.initMap.call(this);
async componentDidLoad() {
await this.initMap.call(this);
}

@@ -89,0 +89,0 @@ addMarkers() {

@@ -15,4 +15,4 @@ import { Component, h, Prop, Host, Element, State, Watch, Event } from '@stencil/core';

}
componentDidLoad() {
this.initMap.call(this);
async componentDidLoad() {
await this.initMap.call(this);
}

@@ -19,0 +19,0 @@ addMarkers() {

@@ -83,4 +83,4 @@ import { createEvent, h, Host, attachShadow, proxyCustomElement } from '@stencil/core/internal/client';

}
componentDidLoad() {
this.initMap.call(this);
async componentDidLoad() {
await this.initMap.call(this);
}

@@ -87,0 +87,0 @@ addMarkers() {

@@ -81,4 +81,4 @@ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-3fd7cee5.js';

}
componentDidLoad() {
this.initMap.call(this);
async componentDidLoad() {
await this.initMap.call(this);
}

@@ -85,0 +85,0 @@ addMarkers() {

@@ -1,1 +0,1 @@

import{p as e,b as a}from"./p-8c4bdf11.js";(()=>{const a=import.meta.url,s={};return""!==a&&(s.resourcesUrl=new URL(".",a).href),e(s)})().then(e=>a([["p-8231c458",[[2,"ba-google-map",{apiKey:[1,"api-key"],centerLat:[2,"map-center-lat"],centerLon:[2,"map-center-lon"],zoom:[2,"map-zoom"],mapPins:[16],height:[1,"map-height"],disableControls:[4,"map-disable-controls"],google:[32],map:[32],markers:[32]}]]],["p-36648ade",[[1,"ba-search-input",{value:[1025],suggestions:[16],placeholder:[1],maxResultsShown:[2,"max-results"],searchTerms:[32],fuse:[32],results:[32],suggestionsPaneOpen:[32]},[[0,"blur","handleElementBlur"]]]]],["p-9adcb50d",[[1,"ba-text-input-one",{type:[513],placeholder:[513],value:[1537]}]]]],e));
import{p as e,b as a}from"./p-8c4bdf11.js";(()=>{const a=import.meta.url,s={};return""!==a&&(s.resourcesUrl=new URL(".",a).href),e(s)})().then(e=>a([["p-4089d9d8",[[2,"ba-google-map",{apiKey:[1,"api-key"],centerLat:[2,"map-center-lat"],centerLon:[2,"map-center-lon"],zoom:[2,"map-zoom"],mapPins:[16],height:[1,"map-height"],disableControls:[4,"map-disable-controls"],google:[32],map:[32],markers:[32]}]]],["p-36648ade",[[1,"ba-search-input",{value:[1025],suggestions:[16],placeholder:[1],maxResultsShown:[2,"max-results"],searchTerms:[32],fuse:[32],results:[32],suggestionsPaneOpen:[32]},[[0,"blur","handleElementBlur"]]]]],["p-9adcb50d",[[1,"ba-text-input-one",{type:[513],placeholder:[513],value:[1537]}]]]],e));

@@ -23,3 +23,3 @@ /// <reference types="googlemaps" />

handleMapPinChange(): void;
componentDidLoad(): void;
componentDidLoad(): Promise<void>;
addMarkers(): void;

@@ -26,0 +26,0 @@ clearMarkers(): void;

{
"name": "homebirdscomponents",
"version": "0.0.19",
"version": "0.0.20",
"description": "Stencil Component Starter",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

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