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.15 to 0.0.16

11

dist/dtable.js

@@ -106,6 +106,10 @@ "use strict";

case 2:
_context2.next = 4;
return regeneratorRuntime.awrap(this.dtableStore.loadRelatedUsers());
case 4:
this.dtableStore.syncWithServer();
this.updateDTableAccessToken();
case 4:
case 6:
case "end":

@@ -176,2 +180,7 @@ return _context2.stop();

}, {
key: "getRelatedUsers",
value: function getRelatedUsers() {
return this.dtableStore.collaborators;
}
}, {
key: "getColumnByName",

@@ -178,0 +187,0 @@ value: function getColumnByName(table, name) {

4

package.json
{
"name": "dtable-sdk",
"version": "0.0.15",
"version": "0.0.16",
"description": "dtable sdk",

@@ -21,3 +21,3 @@ "main": "./dist/dtable.js",

"axios": "^0.19.0",
"dtable-store": "0.0.53",
"dtable-store": "0.0.56",
"form-data": "^3.0.0"

@@ -24,0 +24,0 @@ },

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