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

@assecosolutions/fox-menu

Package Overview
Dependencies
Maintainers
0
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-menu - npm Package Compare versions

Comparing version 2.0.5 to 2.1.0

2

package.json
{
"name": "@assecosolutions/fox-menu",
"version": "2.0.5",
"version": "2.1.0",
"public": true,

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -15,3 +15,3 @@ import { LitElement, PropertyValues } from 'lit';

fullWidth: boolean;
elementPosition: 'TOP' | 'BOTTOM' | 'PARENT_TOP' | 'PARENT_BOTTOM';
elementPosition: 'BOTTOM' | 'PARENT_BOTTOM';
private ignoreNextClick;

@@ -26,3 +26,5 @@ render(): import("lit-html").TemplateResult<1>;

close(): void;
hide(): void;
handleOutsideClick: (event: MouseEvent) => void;
handleScroll: (event: Event) => void;
addDocumentClickListenerIfNeeded(): void;

@@ -29,0 +31,0 @@ private selectListItem;

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