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

@assecosolutions/fox-menu

Package Overview
Dependencies
Maintainers
3
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 1.5.10 to 1.5.12

3

lib/FoxMenu.d.ts

@@ -11,3 +11,6 @@ import { MenuBase } from '@material/mwc-menu/mwc-menu-base';

export declare class FoxMenu extends MenuBase {
/**
* @ignore
*/
static styles: import("lit-element").CSSResult[];
}

2

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

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

@@ -13,4 +13,6 @@ # 🦊 Fox - Future Open Experience

We use [Storybook](http://design-system.assecosolutions.com/) to deliver an interactive documentation of our Design system.
There you can find Multiple examples, guidelines and the documentation of all FOX web components ####[Demo](http://design-system.assecosolutions.com/?path=/story/molecules-fox-menu)
There you can find Multiple examples, guidelines and the documentation of all FOX web components
####[Demo](http://design-system.assecosolutions.com/?path=/story/molecules-fox-menu)
## Contribute

@@ -17,0 +19,0 @@

@@ -227,3 +227,7 @@ import { customElement } from 'lit-element';

}(MenuBase);
/**
* @ignore
*/
FoxMenu.styles = [style];

@@ -230,0 +234,0 @@ FoxMenu = __decorate([customElement('fox-menu')], FoxMenu);

@@ -155,3 +155,7 @@ (function (global, factory) {

}
/**
* @ignore
*/
FoxMenu.styles = [mwcMenuCss.style];

@@ -158,0 +162,0 @@ FoxMenu = __decorate([litElement.customElement('fox-menu')], FoxMenu);

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