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

taro-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taro-dropdown - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

1

lib/components/Dropdown/types/index.ts

@@ -27,3 +27,4 @@ import { DomAlignOptionType } from 'taro-dom-align/dist/types';

zIndex?: number;
align?: Partial<DomAlignOptionType>;
onVisibleChange?: (visible: boolean) => void;
}

2

package.json
{
"name": "taro-dropdown",
"version": "0.1.3",
"version": "0.2.0",
"description": "taro dropdown component",

@@ -5,0 +5,0 @@ "author": "John60676",

@@ -53,2 +53,3 @@ # taro-dropdown <a href="https://www.npmjs.com/package/taro-dropdown"><img src="https://badge.fury.io/js/taro-dropdown.svg" alt="NPM Version"></a> <img src="https://badgen.net/packagephobia/publish/taro-dropdown" alt="Size"> <img src="https://badgen.net/npm/dt/taro-dropdown" alt="Download"> <img src="https://badgen.net/github/license/john60676/taro-dropdown" alt="License">

| customStyle | dropdown 组件的根元素样式 | `CSSProperties` | - |
| align | 该值将合并到 placement 的配置中,设置参考 [taro-dom-align](https://github.com/John60676/taro-dom-align#alignconfig-%E5%8F%82%E6%95%B0%E8%AF%A6%E8%A7%A3) | `object` | - |
| onVisibleChange | 菜单显示状态改变时调用,参数为 `visible` | `function(visible) ` | - |

@@ -55,0 +56,0 @@

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