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.74 to 1.1.75

src/anchor-img/atomic-index-demo.json

6

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

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

"devtools": "sh ./test/index.sh",
"test:component": "mocha -t 180000 test/case/component/textarea/*.spec.js --exclude **/preview/* --reporter mochawesome",
"test:component": "mocha -t 180000 test/case/component/anchor-img/*.spec.js --exclude **/preview/* --reporter mochawesome",
"test:utils": "mocha -t 180000 --require intelli-espower-loader --require @babel/register test/case/utils/* --reporter mochawesome"

@@ -49,3 +49,3 @@ },

},
"gitHead": "3383733d67a3add28f30928837d466e3e70c9d3b"
"gitHead": "e9daf3d31505f8153093e7d30d81605477f73172"
}

@@ -102,1 +102,13 @@ /**

};
// 锚点样式风格
export const ANCHOR_TYPE = {
PRIMARY: 'primary',
COMMON: 'default'
};
// 锚点图片模式
export const IMG_MODE = {
WIDTH_FIX: 'widthFix',
ASPECT_FIT: 'aspectFit'
};

@@ -20,2 +20,3 @@ #### 组件名称

|isSliding|Boolean|否|false|是否可以滑动评分|
|customStar|Boolean|否|false|是否通过slot自定义星星图标|
|smt-rate-wrap|String|否||提供扩展样式类,供开发者自定义组件样式,可通过此 class 改变组件外层样式。|

@@ -22,0 +23,0 @@ |smt-star-wrap|String|否||提供扩展样式类,供开发者自定义组件样式,可通过此 class 改变单个星星的样式。|

@@ -69,2 +69,8 @@ /**

value: false
},
// 通过 slot 自定义星星图标
customStar: {
type: Boolean,
value: false
}

@@ -71,0 +77,0 @@ },

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

{"name":"component","label":"布局组件","type":"component","configPath":"./smart-design-config.json","version":"1.1.73"}
{"name":"component","label":"布局组件","type":"component","configPath":"./smart-design-config.json","version":"1.1.74"}

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

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