Socket
Socket
Sign inDemoInstall

@meetelise/chat

Package Overview
Dependencies
Maintainers
0
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meetelise/chat - npm Package Compare versions

Comparing version 1.20.247 to 1.20.248

2

package.json
{
"name": "@meetelise/chat",
"version": "1.20.247",
"version": "1.20.248",
"description": "",

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

@@ -116,4 +116,3 @@ import { LitElement, html, TemplateResult, css } from "lit";

render(): TemplateResult {
if (this.options?.length === 1) {
// default select the only option (if just one option)
if (this.options.length === 1 && !this.selected) {
this.selected = getDateWithTimezoneOffset(

@@ -123,2 +122,5 @@ this.options,

);
this.dispatchEvent(
new Event("change", { bubbles: true, composed: true })
);
}

@@ -125,0 +127,0 @@ return this.options?.length

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

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