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.11 to 0.0.12

17

dist/dtable.js

@@ -87,17 +87,8 @@ "use strict";

key: "initInBrowser",
value: function initInBrowser(dtableStore, dtableServerAPI, dtableSettings) {
var dtableServer = dtableSettings.dtableServer,
dtableSocket = dtableSettings.dtableSocket,
dtableUuid = dtableSettings.dtableUuid,
accessToken = dtableSettings.accessToken; // init config
this.config = {};
this.config.dtableServer = dtableServer;
this.config.dtableSocket = dtableSocket;
this.config.dtableUuid = dtableUuid;
this.config.accessToken = accessToken; // init tool object
value: function initInBrowser(dtableStore) {
// init tool object
this.dtableStore = dtableStore;
this.dtableServerAPI = dtableServerAPI;
this.eventBus = this.dtableStore.eventBus;
this.config = {};
this.dtableServerAPI = null;
}

@@ -104,0 +95,0 @@ }, {

{
"name": "dtable-sdk",
"version": "0.0.11",
"version": "0.0.12",
"description": "dtable sdk",

@@ -5,0 +5,0 @@ "main": "./dist/dtable.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