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-alpha.4 to 0.6.0-alpha.5

3

api/dashboard.d.ts

@@ -6,3 +6,6 @@ import { IFactory } from './base';

openDetail(type: 'task' | 'date' | 'file' | 'post' | 'bookkeeping', ...params: any[]): Promise<void>;
openDashboardModal(...params: any[]): Promise<void>;
closeFloat(): Promise<void>;
transferStyleNode(...params: any[]): Promise<void>;
}
export declare const hostAPI: IFactory<DashboardAPI>;

@@ -7,4 +7,6 @@ export declare type IframeMessageType = {

toOrigin?: string;
onSuccess?(): void;
onError?({error: any}): void;
};
export declare const notify: (args: any) => void;
export declare const callService: ({ isCI, toOrigin, ...data }: IframeMessageType) => void;

2

package.json
{
"name": "tb-apps-sdk",
"version": "0.6.0-alpha.4",
"version": "0.6.0-alpha.5",
"description": "A sdk for communications between teambiton web and other envs.",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -94,2 +94,4 @@ # tb-apps-sdk

| toOrigin | 反向通讯的地址 | string | / |
| onSuccess | 执行成功后的回调 | () => void | / |
| onError | 执行失败后的回调 | ({ error }) => void | / |

@@ -96,0 +98,0 @@ ##### `Class: AppSDK`

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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