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

zan-choose-dialog

Package Overview
Dependencies
Maintainers
6
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zan-choose-dialog - npm Package Compare versions

Comparing version 4.5.3 to 4.5.4

3

lib/config/feature.js

@@ -25,2 +25,3 @@ 'use strict';

var canSelectRow = function canSelectRow(data) {
// disableH5Only = true 仅在小程序使用的链接,需要走下面的老模版判断
if (!options || !options.disableH5Only) {

@@ -37,3 +38,3 @@ return true;

var isOldTemplate = templateId > 1 && templateId < 19;
var isOldTemplate = templateId > 1 && templateId < 19 && templateId !== 17;
return !isOldTemplate;

@@ -40,0 +41,0 @@ };

{
"name": "zan-choose-dialog",
"version": "4.5.3",
"version": "4.5.4",
"description": "这是一个React组件",

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

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