Socket
Socket
Sign inDemoInstall

bestnihon-react-components

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bestnihon-react-components - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

3

es/ScrollView/ScrollView.js

@@ -257,2 +257,5 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

animateTime: props.animateTime || 300 // 设置缓动动画完成时间, 默认300 Number
// TODO: 功能点: 当出现类似于饿了么外卖界面的情况,左右各一个 ScrollView 左边点击某个标签, 右边自动滚动到对应位置
// scrollTop: props.scrollTop, // 设置竖向滚动条位置
// scrollLeft: props.scrollLeft, // 设置横向滚动条位置
};

@@ -259,0 +262,0 @@ return _this;

@@ -267,2 +267,5 @@ 'use strict';

animateTime: props.animateTime || 300 // 设置缓动动画完成时间, 默认300 Number
// TODO: 功能点: 当出现类似于饿了么外卖界面的情况,左右各一个 ScrollView 左边点击某个标签, 右边自动滚动到对应位置
// scrollTop: props.scrollTop, // 设置竖向滚动条位置
// scrollLeft: props.scrollLeft, // 设置横向滚动条位置
};

@@ -269,0 +272,0 @@ return _this;

2

package.json
{
"name": "bestnihon-react-components",
"version": "2.0.5",
"version": "2.0.6",
"description": "bestnihon-react-components React component",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

/*!
* bestnihon-react-components v2.0.5
* bestnihon-react-components v2.0.6
* MIT Licensed

@@ -872,2 +872,5 @@ */

animateTime: props.animateTime || 300 // 设置缓动动画完成时间, 默认300 Number
// TODO: 功能点: 当出现类似于饿了么外卖界面的情况,左右各一个 ScrollView 左边点击某个标签, 右边自动滚动到对应位置
// scrollTop: props.scrollTop, // 设置竖向滚动条位置
// scrollLeft: props.scrollLeft, // 设置横向滚动条位置
};

@@ -874,0 +877,0 @@ return _this;

/*!
* bestnihon-react-components v2.0.5
* bestnihon-react-components v2.0.6
* MIT Licensed

@@ -4,0 +4,0 @@ */

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

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