Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6 to 4.5.7

5

lib/config/feature.js

@@ -29,3 +29,4 @@ 'use strict';

var disableNoticeTextMap = {
83: '不支持选择顶部导航模版创建的微页面'
83: '不支持选择顶部导航模版创建的微页面',
17: '不支持选择外卖模版创建的微页面'
}; // 微页面,别问我为什么叫这个风马牛不相及的名字

@@ -39,3 +40,3 @@ function getConfig(options) {

return templateId > 1 && templateId < 19;
return templateId > 1 && templateId < 19 && templateId !== 17;
};

@@ -42,0 +43,0 @@

2

package.json
{
"name": "zan-choose-dialog",
"version": "4.5.6",
"version": "4.5.7",
"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