Socket
Socket
Sign inDemoInstall

@beisen-platform/dropdown-list

Package Overview
Dependencies
8
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.23 to 1.0.24

4

lib/index.js

@@ -142,4 +142,4 @@ import "core-js/modules/es6.function.name";

window.activeTarget = null;
_this.props.onClick && _this.props.onClick(event, item, selectDate);
_this.props.onChange && _this.props.onChange(event, item, selectDate);
_this.props.onClick && _this.props.onClick(event, item, selectDate, selectDate);
_this.props.onChange && _this.props.onChange(event, item, selectDate, selectDate);

@@ -146,0 +146,0 @@ if (_this.state.keepActive) {

{
"name": "@beisen-platform/dropdown-list",
"version": "1.0.23",
"version": "1.0.24",
"description": "表单下拉选择器,多选或单选,可直接用于表单中",

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

@@ -198,4 +198,4 @@ import React, { Component } from 'react';

window.activeTarget = null;
this.props.onClick && this.props.onClick(event, item, selectDate);
this.props.onChange && this.props.onChange(event, item, selectDate);
this.props.onClick && this.props.onClick(event, item, selectDate, selectDate);
this.props.onChange && this.props.onChange(event, item, selectDate, selectDate);
if (this.state.keepActive) {

@@ -202,0 +202,0 @@ this.renderDOM(event.target.parentNode.parentNode, selectDate);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc