Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cqsmart

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cqsmart - npm Package Compare versions

Comparing version 0.0.73 to 0.0.74

2

lib/table/list/index.js

@@ -40,3 +40,3 @@ 'use strict';

rowKey: function rowKey(record) {
return record.id;
return record.code ? record.code : record.id;
},

@@ -43,0 +43,0 @@ pagination: false,

{
"name": "cqsmart",
"version": "0.0.73",
"version": "0.0.74",
"description": "Smart Building Components",

@@ -5,0 +5,0 @@ "authors": [

@@ -15,3 +15,3 @@ /**

{...tableProps}
rowKey={record => record.id}
rowKey={record => {return record.code?record.code:record.id}}
pagination={false}

@@ -18,0 +18,0 @@ size={tableSize||'middle'}

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