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

@opentiny/vue-dropdown-menu

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.11.0-alpha.2 to 2.11.0

3

lib/index.js

@@ -84,2 +84,3 @@ function _extends() {

},
// tiny新增
options: {

@@ -108,3 +109,3 @@ type: Array,

});
var version = "2.11.0-alpha.2";
var version = "2.11.0";
DropdownMenu.install = function(Vue) {

@@ -111,0 +112,0 @@ Vue.component(DropdownMenu.name, DropdownMenu);

@@ -100,4 +100,6 @@ import { renderless, api } from "@opentiny/vue-renderless/dropdown-menu/vue";

"overflow-x-hidden scrollbar-size-0": _vm.maxHeight
}, _vm.multiStage ? "!block rounded-none" : "rounded sm:my-1 py-1 my-2 shadow-sm sm:shadow-md", _vm.popperClass),
style: "max-height:" + _vm.maxHeight + "px",
}, _vm.multiStage ? "!block rounded-none" : "rounded py-1 shadow-sm sm:shadow-md px-1", _vm.state.canvasHeight ? "sm:mb-6" : !_vm.multiStage && "sm:my-1 my-2", _vm.popperClass),
style: {
maxHeight: _vm.maxHeight + "px"
},
attrs: {

@@ -104,0 +106,0 @@ "data-tag": "tiny-dropdown-menu"

{
"name": "@opentiny/vue-dropdown-menu",
"version": "2.11.0-alpha.2",
"version": "2.11.0",
"description": "",

@@ -10,5 +10,5 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.11.0-alpha.0",
"@opentiny/vue-common": "~2.11.0-alpha.0",
"@opentiny/vue-icon": "~2.11.0-alpha.0"
"@opentiny/vue-renderless": "~3.11.0",
"@opentiny/vue-common": "~2.11.0",
"@opentiny/vue-icon": "~2.11.0"
},

@@ -15,0 +15,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