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.137 to 0.0.138

6

dist/stat-utils.js

@@ -42,7 +42,3 @@ "use strict";

value: function getStatisticRows(table, view, value, username, userId) {
if (_dtableStore.Views.isFilterView(view, table.columns)) {
return _dtableStore.TableUtils.getRowsByIds(table, _dtableStore.Views.getRowIds(view, table, value, username, userId));
}
return table.rows;
return _dtableStore.Views.getViewRows(view, table, value, username, userId);
}

@@ -49,0 +45,0 @@ }, {

2

package.json
{
"name": "dtable-sdk",
"version": "0.0.137",
"version": "0.0.138",
"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