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

dtable-sdk

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dtable-sdk - npm Package Compare versions

Comparing version 0.0.128 to 0.0.129

8

dist/dtable.js

@@ -476,9 +476,3 @@ "use strict";

value: function deleteRowsByIds(table, row_ids) {
var tables = this.getTables();
var tableIndex = tables.findIndex(function (t) {
return t._id === table._id;
});
var deleted_rows = this.getRowsByID(table._id, row_ids);
var upper_row_ids = [];
this.dtableStore.deleteRows(tableIndex, row_ids, deleted_rows, upper_row_ids);
this.dtableStore.deleteRowsByIds(table._id, row_ids);
}

@@ -485,0 +479,0 @@ }, {

2

package.json
{
"name": "dtable-sdk",
"version": "0.0.128",
"version": "0.0.129",
"description": "dtable sdk",

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

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