New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.28 to 0.0.29

7

dist/dtable.js

@@ -245,3 +245,3 @@ "use strict";

value: function getRowById(table, rowId) {
return table.Id2Row[rowId];
return table.id_row_map[rowId];
}

@@ -322,7 +322,2 @@ }, {

}, {
key: "getFormulaRows",
value: function getFormulaRows(view) {
return _dtableStore.Views.getFormulaRows(view);
}
}, {
key: "uploadFile",

@@ -329,0 +324,0 @@ value: function uploadFile(filePath, callback) {

2

package.json
{
"name": "dtable-sdk",
"version": "0.0.28",
"version": "0.0.29",
"description": "dtable sdk",

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

Sorry, the diff of this file is too big to display

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