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.41 to 0.0.42

11

dist/dtable-web-api.js

@@ -63,2 +63,13 @@ "use strict";

}
}, {
key: "getUserCommonInfo",
value: function getUserCommonInfo(email, avatarSize) {
var url = this.server + '/api/v2.1/user-common-info/' + email;
var params = {
avatar_size: avatarSize
};
return this.req.get(url, {
params: params
});
}
}]);

@@ -65,0 +76,0 @@

8

dist/dtable.js

@@ -443,5 +443,11 @@ "use strict";

key: "getTableById",
value: function getTableById(tables, table_id) {
value: function getTableById(table_id) {
var tables = this.getTables();
return _dtableStore.TableUtils.getTableById(tables, table_id);
}
}, {
key: "getUserCommonInfo",
value: function getUserCommonInfo(email, avatar_size) {
return this.dtableWebAPI.getUserCommonInfo(email, avatar_size);
}
}]);

@@ -448,0 +454,0 @@

2

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