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

nuke-listview

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

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.27

3

index.js

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

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

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

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

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

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

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