New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spectrum-web-components/menu

Package Overview
Dependencies
Maintainers
6
Versions
377
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/menu - npm Package Compare versions

Comparing version 0.9.2-beta.3 to 0.9.2

10

package.json
{
"name": "@spectrum-web-components/menu",
"version": "0.9.2-beta.3+c312a8a9a",
"version": "0.9.2",
"publishConfig": {

@@ -53,6 +53,6 @@ "access": "public"

"dependencies": {
"@spectrum-web-components/action-button": "^0.5.6-beta.32+c312a8a9a",
"@spectrum-web-components/action-button": "^0.5.6",
"@spectrum-web-components/base": "^0.4.5",
"@spectrum-web-components/icon": "^0.9.10-beta.32+c312a8a9a",
"@spectrum-web-components/icons-ui": "^0.6.10-beta.32+c312a8a9a",
"@spectrum-web-components/icon": "^0.9.10",
"@spectrum-web-components/icons-ui": "^0.6.10",
"@spectrum-web-components/shared": "^0.12.7",

@@ -69,3 +69,3 @@ "tslib": "^2.0.0"

],
"gitHead": "c312a8a9a8c3cf22802a606f03101b30706bee17"
"gitHead": "526f47044807c92b6e7909bb0e14ac6033d6ba63"
}

@@ -14,2 +14,3 @@ import { SpectrumElement, CSSResultArray, TemplateResult, PropertyValues } from '@spectrum-web-components/base';

*
* @slot - menu items to be listed in the menu
* @fires change - Announces that the `value` of the element has changed

@@ -16,0 +17,0 @@ * @attr selects - whether the element has a specific selection algorithm that it applies

@@ -20,2 +20,3 @@ /*

*
* @slot - menu items to be listed in the menu
* @fires change - Announces that the `value` of the element has changed

@@ -22,0 +23,0 @@ * @attr selects - whether the element has a specific selection algorithm that it applies

@@ -29,2 +29,4 @@ import { CSSResultArray, TemplateResult, PropertyValues } from '@spectrum-web-components/base';

*
* @slot - text content to display within the Menu Item
* @slot icon - icon element to be placed at the start of the Menu Item
* @slot value - content placed at the end of the Menu Item like values, keyboard shortcuts, etc.

@@ -31,0 +33,0 @@ * @fires sp-menu-item-added - announces the item has been added so a parent menu can take ownerships

@@ -76,2 +76,4 @@ /*

*
* @slot - text content to display within the Menu Item
* @slot icon - icon element to be placed at the start of the Menu Item
* @slot value - content placed at the end of the Menu Item like values, keyboard shortcuts, etc.

@@ -78,0 +80,0 @@ * @fires sp-menu-item-added - announces the item has been added so a parent menu can take ownerships

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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