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

nuke-list-view

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-list-view - npm Package Compare versions

Comparing version 2.3.6 to 2.3.7

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.3.7](https://gitlab.alibaba-inc.com/nuke/list-view/compare/v2.3.6...v2.3.7) (2019-07-24)
### Bug Fixes
* fix inputStyle ,fix listview ref issue ([74c5c0e](https://gitlab.alibaba-inc.com/nuke/list-view/commit/74c5c0e))
## [2.3.6](https://gitlab.alibaba-inc.com/nuke/list-view/compare/v2.3.5...v2.3.6) (2019-07-19)

@@ -8,0 +19,0 @@

1

docs/github-trend.md

@@ -138,2 +138,3 @@ # github trends list

});
// alert(typeof(this.refs.trendslist.resetLoadmore));
this.refs.trendslist.resetLoadmore();

@@ -140,0 +141,0 @@ });

5

lib/index.js

@@ -62,3 +62,3 @@ /** @jsx createElement */

return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = ListView.__proto__ || Object.getPrototypeOf(ListView)).call.apply(_ref, [this].concat(args))), _this), _this.resetLoadmore = function () {
if (_this.refs.list && _nukeEnv.isWeex) {
if (_nukeEnv.isWeex) {
_this.refs.list.resetLoadmore && _this.refs.list.resetLoadmore();

@@ -120,2 +120,3 @@ }

id = _props2.id,
ref = _props2.ref,
style = _props2.style,

@@ -129,3 +130,3 @@ showScrollbar = _props2.showScrollbar,

renderFooter = _props2.renderFooter,
others = _objectWithoutProperties(_props2, ['onEndReached', 'onEndReachedThreshold', 'id', 'style', 'showScrollbar', '_keepScrollPosition', '_autoWrapCell', 'renderRow', 'dataSource', 'renderHeader', 'renderFooter']);
others = _objectWithoutProperties(_props2, ['onEndReached', 'onEndReachedThreshold', 'id', 'ref', 'style', 'showScrollbar', '_keepScrollPosition', '_autoWrapCell', 'renderRow', 'dataSource', 'renderHeader', 'renderFooter']);

@@ -132,0 +133,0 @@ var children = this.getChidren();

{
"name": "nuke-list-view",
"version": "2.3.6",
"version": "2.3.7",
"description": "列表",

@@ -28,18 +28,18 @@ "main": "lib/index",

"dependencies": {
"nuke-cell": "^2.3.6",
"nuke-env": "^2.3.6",
"nuke-header": "^2.3.6",
"nuke-refresh-control": "^2.3.6",
"nuke-scroll-view": "^2.3.6"
"nuke-cell": "^2.3.7",
"nuke-env": "^2.3.7",
"nuke-header": "^2.3.7",
"nuke-refresh-control": "^2.3.7",
"nuke-scroll-view": "^2.3.7"
},
"devDependencies": {
"nuke-button": "^2.3.6",
"nuke-iconfont": "^2.3.6",
"nuke-image": "^2.3.6",
"nuke-modal": "^2.3.6",
"nuke-navigator": "^2.3.6",
"nuke-page": "^2.3.6",
"nuke-text": "^2.3.6",
"nuke-touchable": "^2.3.6",
"nuke-view": "^2.3.6"
"nuke-button": "^2.3.7",
"nuke-iconfont": "^2.3.7",
"nuke-image": "^2.3.7",
"nuke-modal": "^2.3.7",
"nuke-navigator": "^2.3.7",
"nuke-page": "^2.3.7",
"nuke-text": "^2.3.7",
"nuke-touchable": "^2.3.7",
"nuke-view": "^2.3.7"
},

@@ -50,3 +50,3 @@ "publishConfig": {

"license": "Apache-2.0",
"gitHead": "28f4e4f3cbaeef7308eaea0b5cc2ccded4eefedb"
"gitHead": "e239b67cdc7ababb4521abeddf132e7cabdafeb6"
}

@@ -24,3 +24,3 @@ /** @jsx createElement */

resetLoadmore = () => {
if (this.refs.list && isWeex) {
if (isWeex) {
this.refs.list.resetLoadmore && this.refs.list.resetLoadmore();

@@ -60,2 +60,3 @@ }

id,
ref,
style,

@@ -62,0 +63,0 @@ showScrollbar,

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