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 5.3.1 to 5.3.2

9

cosmoz-listbox.js

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

import { html, component, useEffect, useRef } from 'haunted';
import { html, component, useEffect, useRef, useMemo } from 'haunted';
import { ref } from 'lit-html/directives/ref.js';

@@ -117,2 +117,7 @@ import {

const layout = useMemo(
() => ({ _itemSize: { height: itemHeight - 0.00001 } }),
[itemHeight]
);
return html` <style>

@@ -127,3 +132,3 @@ ${styles({ ...position, height, itemHeight })}

scroller: true,
layout: { _itemSize: { height: itemHeight - 0.00001 } },
layout,
})}

@@ -130,0 +135,0 @@ </div>`;

{
"name": "@neovici/cosmoz-autocomplete",
"version": "5.3.1",
"version": "5.3.2",
"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