New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tb-apps-sdk

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tb-apps-sdk - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1-alpha.0

api/report-app.d.ts

4

api/dashboard.d.ts
import { IFactory } from './base';
export interface DashboardAPI {
registerHostNode(): Promise<HTMLElement>;
setReady(): Promise<void>;
essage(type: 'show' | 'error' | 'log' | 'success' | 'warning', ...params: any[]): Promise<void>;
openDetail(type: 'task' | 'date' | 'file' | 'post' | 'bookkeeping', ...params: any[]): Promise<void>;
openDetail(type: 'task' | 'event' | 'work' | 'post' | 'entry' | 'collection', ...params: any[]): Promise<void>;
openDashboardModal(...params: any[]): Promise<void>;
closeFloat(): Promise<void>;
transferStyleNode(...params: any[]): Promise<void>;
handlePlugin(...params: any[]): Promise<void>;
}
export declare const hostAPI: IFactory<DashboardAPI>;

@@ -24,2 +24,9 @@ "use strict";

};
HostAPI.prototype.setReady = function () {
var params = [];
for (var _i = 0; _i < arguments.length; _i++) {
params[_i] = arguments[_i];
}
return this.call.apply(this, ['setReady'].concat(params));
};
HostAPI.prototype.essage = function () {

@@ -53,2 +60,9 @@ var params = [];

};
HostAPI.prototype.handlePlugin = function () {
var params = [];
for (var _i = 0; _i < arguments.length; _i++) {
params[_i] = arguments[_i];
}
return this.call.apply(this, ['handlePlugin'].concat(params));
};
return HostAPI;

@@ -55,0 +69,0 @@ }(base_1.APIBase));

{
"name": "tb-apps-sdk",
"version": "0.6.0",
"version": "0.6.1-alpha.0",
"description": "A sdk for communications between teambiton web and other envs.",

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