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.123 to 0.0.124-beta

2

dist/dtable.js

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

value: function getViews(table) {
return _dtableStore.Views.getNonPrivateViews(table);
return _dtableStore.Views.getNonPrivateViews(table.views);
}

@@ -338,0 +338,0 @@ }, {

@@ -18,2 +18,8 @@ "use strict";

});
Object.defineProperty(exports, "COLUMN_BUTTON_STATUS", {
enumerable: true,
get: function get() {
return _dtableStore.COLUMN_BUTTON_STATUS;
}
});
Object.defineProperty(exports, "COLUMN_OPTIONS", {

@@ -20,0 +26,0 @@ enumerable: true,

{
"name": "dtable-sdk",
"version": "0.0.123",
"version": "0.0.124beta",
"description": "dtable sdk",

@@ -22,3 +22,3 @@ "main": "./dist/index.js",

"axios": "^0.19.0",
"dtable-store": "2.6.5",
"dtable-store": "2.6.9-beta",
"form-data": "^3.0.0"

@@ -25,0 +25,0 @@ },

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