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 7.6.0 to 7.6.1

2

dist/autocomplete/selection.js
import { html } from 'lit-html';
import { chip } from './chip';
export const selection = ({ value: values, onDeselect, textual, disabled, }) => [
...values.map((value) => chip({
...values.filter(Boolean).map((value) => chip({
content: textual(value),

@@ -6,0 +6,0 @@ onClear: () => onDeselect(value),

{
"name": "@neovici/cosmoz-autocomplete",
"version": "7.6.0",
"version": "7.6.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