Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.2.6 to 0.2.7

4

HISTORY.md
# Changelog
## 0.2.7 / 2017-05-18
* [[9253061](http://gitlab.alibaba-inc.com/nuke/list-view/commit/9253061c0408b64c768e9e6c10bbc473569386ff)] - `feat` add private api _keepScrollPosition
## 0.2.6 / 2017-05-03

@@ -5,0 +9,0 @@

@@ -69,2 +69,4 @@ /** @jsx createElement */

showScrollbar = _props.showScrollbar,
_props$_keepScrollPos = _props._keepScrollPosition,
_keepScrollPosition = _props$_keepScrollPos === undefined ? false : _props$_keepScrollPos,
_props$_autoWrapCell = _props._autoWrapCell,

@@ -83,2 +85,3 @@ _autoWrapCell = _props$_autoWrapCell === undefined ? true : _props$_autoWrapCell,

className: className,
ref: List_REF,

@@ -91,3 +94,4 @@ style: style,

_autoWrapCell: _autoWrapCell,
showScrollbar: showScrollbar
showScrollbar: showScrollbar,
_keepScrollPosition: _keepScrollPosition
};

@@ -94,0 +98,0 @@

2

package.json
{
"name": "nuke-list-view",
"version": "0.2.6",
"version": "0.2.7",
"description": "列表",

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

@@ -48,2 +48,3 @@ /** @jsx createElement */

showScrollbar,
_keepScrollPosition = false,
_autoWrapCell = true,

@@ -62,2 +63,3 @@ children

className,
ref: List_REF,

@@ -70,3 +72,4 @@ style,

_autoWrapCell: _autoWrapCell,
showScrollbar
showScrollbar,
_keepScrollPosition:_keepScrollPosition
};

@@ -73,0 +76,0 @@

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