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

@smt-ui/component

Package Overview
Dependencies
Maintainers
10
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smt-ui/component - npm Package Compare versions

Comparing version 1.1.84 to 1.1.85

4

package.json
{
"name": "@smt-ui/component",
"version": "1.1.84",
"version": "1.1.85",
"description": "extension base",

@@ -48,3 +48,3 @@ "author": "jialipeng <jialipeng@baidu.com>",

},
"gitHead": "00c6c3a77503f8c80511b4bfd444d9364a8a10bf"
"gitHead": "85927245ae18f3498318fc8706edf859bd1a0023"
}

@@ -75,3 +75,3 @@ /**

// 当前页面为二级页面,版本号大于2.28.0
if (compareVersion(info.swanNativeVersion, '2.28.0') >= 0 && curPages > 1) {
if (info && compareVersion(info.swanNativeVersion, '2.28.0') >= 0 && curPages > 1) {
// 走非兼容性逻辑

@@ -84,2 +84,5 @@ this.setData({

}
else {
this.initIcons();
}
}

@@ -86,0 +89,0 @@ },

@@ -1,1 +0,1 @@

{"name":"component","label":"通用","type":"component","configPath":"./smart-design-config.json","version":"1.1.83"}
{"name":"component","label":"通用","type":"component","configPath":"./smart-design-config.json","version":"1.1.84"}

Sorry, the diff of this file is too big to display

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