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.8 to 0.6.9

2

api/dashboard.d.ts

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

setReady(): Promise<void>;
essage(type: 'show' | 'error' | 'log' | 'success' | 'warning', ...params: any[]): Promise<void>;
essage(type: 'error' | 'info' | 'open' | 'success' | 'warning', ...params: any[]): Promise<void>;
openDetail(type: 'task' | 'event' | 'work' | 'post' | 'entry' | 'collection', ...params: any[]): Promise<void>;

@@ -8,0 +8,0 @@ openDashboardModal(...params: any[]): Promise<void>;

import { IFactory } from './base';
export interface InternalAPI {
registerHostNode(): Promise<HTMLElement>;
essage(type: 'show' | 'error' | 'log' | 'success' | 'warning', ...params: any[]): Promise<void>;
essage(type: 'error' | 'info' | 'open' | 'success' | 'warning', ...params: any[]): Promise<void>;
openDetail(type: 'task' | 'date' | 'file' | 'post' | 'bookkeeping', ...params: any[]): Promise<void>;
}
export declare const hostAPI: IFactory<InternalAPI>;
import { IFactory } from './base';
export interface OrgStructureAPI {
start(...params: any[]): Promise<void>;
essage(type: 'show' | 'error' | 'log' | 'success' | 'warning', ...params: any[]): Promise<void>;
essage(type: 'error' | 'info' | 'open' | 'success' | 'warning', ...params: any[]): Promise<void>;
finish(...params: any[]): Promise<void>;

@@ -6,0 +6,0 @@ openChatWindow(...params: any[]): Promise<void>;

import { IFactory } from './base';
export interface ReportAppAPI {
start(...params: any[]): Promise<void>;
essage(type: 'show' | 'error' | 'log' | 'success' | 'warning', ...params: any[]): Promise<void>;
essage(type: 'error' | 'info' | 'open' | 'success' | 'warning', ...params: any[]): Promise<void>;
finish(...params: any[]): Promise<void>;

@@ -6,0 +6,0 @@ requestLeavingLock(): Promise<void>;

{
"name": "tb-apps-sdk",
"version": "0.6.8",
"version": "0.6.9",
"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