Socket
Socket
Sign inDemoInstall

@opentiny/vue-dropdown-item

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-dropdown-item - npm Package Compare versions

Comparing version 2.6.0-alpha.0 to 2.6.0

2

lib/index.js

@@ -113,4 +113,4 @@ import { $prefix, $props, $setup } from '@opentiny/vue-common';

};
DropdownItem.version = '2.6.0-alpha.0';
DropdownItem.version = '2.6.0';
export { DropdownItem as default };

@@ -45,3 +45,3 @@ import { renderless, api } from '@opentiny/vue-renderless/dropdown-item/vue';

},
emits: ['update:modelValue'],
emits: ['update:modelValue', 'open', 'opened', 'click', 'change', 'closed', 'close', 'reset', 'confirm', 'item-click'],
setup: function setup$1(props, context) {

@@ -48,0 +48,0 @@ return setup({

{
"name": "@opentiny/vue-dropdown-item",
"version": "2.6.0-alpha.0",
"version": "2.6.0",
"description": "",

@@ -12,9 +12,9 @@ "main": "lib/index.js",

"dependencies": {
"@opentiny/vue-common": "~2.6.0-alpha.0",
"@opentiny/vue-icon": "~2.6.0-alpha.0",
"@opentiny/vue-renderless": "~3.6.0-alpha.1",
"@opentiny/vue-popup": "~2.6.0-alpha.0",
"@opentiny/vue-button": "~2.6.0-alpha.0",
"@opentiny/vue-theme": "~3.6.0-alpha.1",
"@opentiny/vue-theme-mobile": "~3.6.0-alpha.1"
"@opentiny/vue-common": "~2.6.0",
"@opentiny/vue-icon": "~2.6.0",
"@opentiny/vue-renderless": "~3.6.0",
"@opentiny/vue-popup": "~2.6.0",
"@opentiny/vue-button": "~2.6.0",
"@opentiny/vue-theme": "~3.6.0",
"@opentiny/vue-theme-mobile": "~3.6.0"
},

@@ -21,0 +21,0 @@ "license": "MIT",

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