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

@neovici/cosmoz-autocomplete

Package Overview
Dependencies
Maintainers
4
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neovici/cosmoz-autocomplete - npm Package Compare versions

Comparing version 8.8.0 to 8.8.1

6

dist/listbox/index.js

@@ -25,3 +25,7 @@ import { virtualize, virtualizerRef, } from '@lit-labs/virtualizer/virtualize.js';

}), [itemHeight]);
return html `<div class="items" ${ref((el) => (listRef.current = el))}>
return html `<div
class="items"
${ref((el) => (listRef.current = el))}
style="min-height: ${height}px"
>
<div virtualizer-sizer></div>

@@ -28,0 +32,0 @@ ${virtualize({

@@ -25,2 +25,5 @@ import { tagged as css } from '@neovici/cosmoz-utils';

}
:host([popover]) {
padding: 0;
}
.items {

@@ -27,0 +30,0 @@ position: relative;

2

package.json
{
"name": "@neovici/cosmoz-autocomplete",
"version": "8.8.0",
"version": "8.8.1",
"description": "A autocomplete input web component",

@@ -5,0 +5,0 @@ "keywords": [

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