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

antd-mini-rpx

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antd-mini-rpx - npm Package Compare versions

Comparing version 0.0.3-beta.5 to 0.0.3-beta.6

3

es/mixins/form.js

@@ -82,2 +82,5 @@ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */

}
},
methods: {
a: function a() {}
}

@@ -84,0 +87,0 @@ };

@@ -188,2 +188,7 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

},
onSwiperTouchStart: function onSwiperTouchStart(e) {
if (typeof this.props.onTouchStart === "function") {
this.props.onTouchStart(e);
}
},
_useSwipeable: function _useSwipeable(b) {

@@ -190,0 +195,0 @@ var swipeable = this.props.swipeable;

10

es/Tabs/props.d.ts

@@ -17,3 +17,2 @@

*/
index?: number;

@@ -25,9 +24,9 @@ /**

/**
* @description 是否有过渡动画
* @default false
* @description swiperable 为 true 时,swiper 中 swiper-item 的位置发生改变时会触发 transition 事件。
*/
onTransition?: (e:any) => void;
/**
* @description swiperable 为 true 时,swiper 中 swiper-item 的位置发生改变时会触发 transition 事件。
* @description swiperable 为 true 时,滑动 TabItem 会触发 onTouchStart 事件。
*/
onTransition?: (e:any) => void;
onTouchStart?: (e:any) => void;
/**

@@ -43,3 +42,2 @@ * @description 是否有过渡动画

swipeable?: boolean;
/**

@@ -46,0 +44,0 @@ * @description 是否支持吸顶

{
"name": "antd-mini-rpx",
"version": "0.0.3-beta.5",
"version": "0.0.3-beta.6",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "minidev dev --less --typescript --no-source-map",

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