You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

nuke-listview

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-listview - npm Package Compare versions

Comparing version

to
0.0.26

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

const isWeex=env.isWeex;
import{Cell} from 'nuke-list';
const SCROLLVIEW_REF = 'scrollview';

@@ -41,3 +41,3 @@

let body = dataSource.map((i, index) => {
return renderRow(i, index);
return <Cell>{renderRow(i, index)}</Cell>;
});

@@ -44,0 +44,0 @@

{
"name": "nuke-listview",
"version": "0.0.25",
"version": "0.0.26",
"description": "",

@@ -10,7 +10,7 @@ "main": "index.js",

"dependencies": {
"nuke-components": "^0.0.29",
"nuke-components": "^0.0.30",
"nuke-mounter": "0.0.x",
"nuke-core": "^0.0.20",
"nuke-grid": "^0.0.20",
"nuke-list": "^0.0.24"
"nuke-core": "^0.0.21",
"nuke-grid": "^0.0.21",
"nuke-list": "^0.0.25"
},

@@ -17,0 +17,0 @@ "author": "heww@live.cn",