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

@neovici/cosmoz-dropdown

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neovici/cosmoz-dropdown - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

2

package.json
{
"name": "@neovici/cosmoz-dropdown",
"version": "1.2.1",
"version": "1.3.0",
"description": "A simple dropdown web component",

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

@@ -14,2 +14,5 @@ import { html, component, useCallback } from 'haunted';

box-sizing: border-box;
padding: var(--cosmoz-dropdown-spacing, 0px)
}
.content {
background: var(--cosmoz-dropdown-bg-color, #fff);

@@ -22,3 +25,3 @@ box-shadow: var(--cosmoz-dropdown-box-shadow, 0px 3px 4px 2px rgba(0, 0, 0, 0.1));

</style>
<slot></slot>`;
<div class="content"><slot></slot></div>`;
},

@@ -25,0 +28,0 @@ Dropdown = host => {

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