Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nutui-uniapp

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nutui-uniapp - npm Package Compare versions

Comparing version 1.5.10 to 1.6.0

4

components/swiper/swiper.ts

@@ -66,2 +66,6 @@ import type { ExtractPropTypes } from 'vue'

},
/**
* @description 分页指示器没有选中的颜色
*/
paginationUnselectedColor: makeStringProp('#ddd'),
}

@@ -68,0 +72,0 @@

4

components/tabs/tabs.ts

@@ -60,5 +60,5 @@ import type { ExtractPropTypes, RendererElement, RendererNode, VNode } from 'vue'

/**
* @description 在`uni`环境下,必须设置`name`以开启标题栏自动滚动功能。
* @description 横轴方向的标题对齐方式,可选值 left、center
*/
name: String,
align: makeNumericProp<'left' | 'center'>('center'),
}

@@ -65,0 +65,0 @@

@@ -50,3 +50,6 @@ import type { ExtractPropTypes } from 'vue'

*/
content: String,
content: {
type: [String, Array<string>],
default: '',
},
/**

@@ -53,0 +56,0 @@ * @description 水印文字颜色

{
"name": "nutui-uniapp",
"displayName": "nutui-uniapp",
"version": "1.5.10",
"version": "1.6.0",
"description": "京东风格的轻量级移动端 Uniapp、Vue3 组件库(支持小程序开发)",

@@ -14,28 +14,7 @@ "author": "yang1206 <y1149221897@outlook.com>",

"bugs": "https://github.com/nutui-uniapp/nutui-uniapp/issues",
"dcloudext": {
"contact": {
"qq": ""
},
"declaration": {
"ads": "",
"data": "",
"permissions": ""
},
"npmurl": "https://www.npmjs.com/package/nutui-uniapp",
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"type": "component-vue"
},
"keywords": [
"uniapp",
"nutui",
"nutui4",
"vue",
"vue3",
"mini-program",
"小程序",

@@ -42,0 +21,0 @@ "vue3 component",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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