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

nutui-uniapp

Package Overview
Dependencies
Maintainers
1
Versions
69
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.1.6 to 1.1.7

19

components/cascader/cascader.ts

@@ -1,4 +0,5 @@

import type { ExtractPropTypes } from 'vue'
import type { ExtractPropTypes, PropType } from 'vue'
import { isBoolean } from '../_utils'
import { popupProps } from '../popup/popup'
import type { TabsSize } from '../tabs/tabs'
import type { CascaderOption, CascaderValue } from './types'

@@ -34,2 +35,18 @@

convertConfig: Object,
titleSize: {
type: String as import('vue').PropType<TabsSize>,
default: 'normal',
},
titleType: {
type: String as PropType<'line' | 'card' | 'smile'>,
default: 'line',
},
titleEllipsis: {
type: Boolean,
default: true,
},
titleGutter: {
type: [Number, String],
default: 0,
},
}

@@ -36,0 +53,0 @@

@@ -1,3 +0,4 @@

import type { ExtractPropTypes } from 'vue'
import type { ExtractPropTypes, PropType } from 'vue'
import type { CascaderOption, CascaderValue } from '../cascader/types'
import type { TabsSize } from '../tabs/tabs'

@@ -26,2 +27,18 @@ export const cascaderitemProps = {

convertConfig: Object,
titleSize: {
type: String as import('vue').PropType<TabsSize>,
default: 'normal',
},
titleType: {
type: String as PropType<'line' | 'card' | 'smile'>,
default: 'line',
},
titleEllipsis: {
type: Boolean,
default: true,
},
titleGutter: {
type: [Number, String],
default: 0,
},
}

@@ -28,0 +45,0 @@

2

package.json

@@ -5,3 +5,3 @@ {

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

@@ -8,0 +8,0 @@ "author": "yang1206 <y1149221897@outlook.com>",

@@ -10,12 +10,12 @@ <p align="center">

<a href="https://github.com/nutui-uniapp/nutui-uniapp">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/nutui-uniapp/nutui-uniapp?logo=github&color=%234d80f0&link=https%3A%2F%2Fgithub.com%2yang1206%2Funiapp-nutui">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/nutui-uniapp/nutui-uniapp?logo=github&color=%234d80f0&link=https%3A%2F%2Fgithub.com%2nutui-uniapp%2Fnutui-uniapp">
</a>
<a href="https://www.npmjs.com/package/nutui-uniapp">
<img alt="npm" src="https://img.shields.io/npm/v/nutui-uniapp?logo=npm&color=%234d80f0&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Funiapp-nutui">
<img alt="npm" src="https://img.shields.io/npm/v/nutui-uniapp?logo=npm&color=%234d80f0&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fnutui-uniapp">
</a>
<a href="https://www.npmjs.com/package/uniapp-nutui">
<img alt="npm" src="https://img.shields.io/npm/dw/uniapp-nutui?logo=npm&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Funiapp-nutui">
<a href="https://www.npmjs.com/package/nutui-uniapp">
<img alt="npm" src="https://img.shields.io/npm/dw/nutui-uniapp?logo=npm&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fnutui-uniapp">
</a>
<a href="https://www.npmjs.com/package/uniapp-nutui">
<img src="https://img.shields.io/npm/dt/uniapp-nutui?style=flat-square">
<a href="https://www.npmjs.com/package/nutui-uniapp">
<img src="https://img.shields.io/npm/dt/nutui-uniapp?style=flat-square">
</a>

@@ -22,0 +22,0 @@ </p>

Sorry, the diff of this file is not supported yet

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