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

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.4 to 0.0.5

dist/homebirdscomponents/p-1dbfc107.entry.js

2

dist/cjs/ba-text-input-one.cjs.entry.js

@@ -19,3 +19,3 @@ 'use strict';

render() {
return (index.h("div", { id: "cmp" }, index.h("div", { id: "input-field-container" }, index.h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyDown: this.onTextInput }), index.h("div", { id: "placeholder" }, this.placeholder)), index.h("div", { id: "icon-area" }, index.h("slot", { name: "icon" }))));
return (index.h("div", { id: "cmp" }, index.h("div", { id: "input-field-container" }, index.h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyUp: this.onTextInput }), index.h("div", { id: "placeholder" }, this.placeholder)), index.h("div", { id: "icon-area" }, index.h("slot", { name: "icon" }))));
}

@@ -22,0 +22,0 @@ };

@@ -12,3 +12,3 @@ import { Component, h, Prop, Event } from '@stencil/core';

h("div", { id: "input-field-container" },
h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyDown: this.onTextInput }),
h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyUp: this.onTextInput }),
h("div", { id: "placeholder" }, this.placeholder)),

@@ -15,0 +15,0 @@ h("div", { id: "icon-area" },

@@ -18,3 +18,3 @@ import { attachShadow, createEvent, h, proxyCustomElement } from '@stencil/core/internal/client';

render() {
return (h("div", { id: "cmp" }, h("div", { id: "input-field-container" }, h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyDown: this.onTextInput }), h("div", { id: "placeholder" }, this.placeholder)), h("div", { id: "icon-area" }, h("slot", { name: "icon" }))));
return (h("div", { id: "cmp" }, h("div", { id: "input-field-container" }, h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyUp: this.onTextInput }), h("div", { id: "placeholder" }, this.placeholder)), h("div", { id: "icon-area" }, h("slot", { name: "icon" }))));
}

@@ -21,0 +21,0 @@ static get style() { return textInput1ComponentCss; }

@@ -15,3 +15,3 @@ import { r as registerInstance, c as createEvent, h } from './index-e865ec5e.js';

render() {
return (h("div", { id: "cmp" }, h("div", { id: "input-field-container" }, h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyDown: this.onTextInput }), h("div", { id: "placeholder" }, this.placeholder)), h("div", { id: "icon-area" }, h("slot", { name: "icon" }))));
return (h("div", { id: "cmp" }, h("div", { id: "input-field-container" }, h("input", { id: "input-field", type: this.type, placeholder: " ", onKeyUp: this.onTextInput }), h("div", { id: "placeholder" }, this.placeholder)), h("div", { id: "icon-area" }, h("slot", { name: "icon" }))));
}

@@ -18,0 +18,0 @@ };

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

import{p as e,b as p}from"./p-69af7087.js";(()=>{const p=import.meta.url,t={};return""!==p&&(t.resourcesUrl=new URL(".",p).href),e(t)})().then(e=>p([["p-5fa8d52c",[[1,"ba-text-input-one",{type:[513],placeholder:[513],value:[1537]}]]]],e));
import{p as e,b as p}from"./p-69af7087.js";(()=>{const p=import.meta.url,t={};return""!==p&&(t.resourcesUrl=new URL(".",p).href),e(t)})().then(e=>p([["p-1dbfc107",[[1,"ba-text-input-one",{type:[513],placeholder:[513],value:[1537]}]]]],e));
{
"name": "homebirdscomponents",
"version": "0.0.4",
"version": "0.0.5",
"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