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 4.3.2 to 4.3.3

27

dist/dtable.js

@@ -113,5 +113,8 @@ "use strict";

case 4:
_context2.next = 6;
return this.dtableStore.loadTableDepartments();
case 6:
this.dtableStore.syncWithServer();
this.updateDTableAccessToken();
case 6:
case 8:
case "end":

@@ -170,24 +173,2 @@ return _context2.stop();

}, {
key: "loadRelatedUsers",
value: function () {
var _loadRelatedUsers = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee4() {
return regeneratorRuntime.wrap(function _callee4$(_context4) {
while (1) {
switch (_context4.prev = _context4.next) {
case 0:
_context4.next = 2;
return this.dtableStore.loadRelatedUsers();
case 2:
case "end":
return _context4.stop();
}
}
}, _callee4, this);
}));
function loadRelatedUsers() {
return _loadRelatedUsers.apply(this, arguments);
}
return loadRelatedUsers;
}()
}, {
key: "getRelatedUsers",

@@ -194,0 +175,0 @@ value: function getRelatedUsers() {

2

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