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.6 to 0.6.7-alpha.0

1

api/org-structure.d.ts

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

openChatWindow(...params: any[]): Promise<void>;
openPluginLayer(...params: any[]): Promise<void>;
navigate(...params: any[]): Promise<void>;

@@ -9,0 +10,0 @@ openDetail(type: 'task' | 'event' | 'work' | 'post' | 'entry' | 'collection', ...params: any[]): Promise<void>;

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

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

@@ -105,0 +112,0 @@ var params = [];

2

package.json
{
"name": "tb-apps-sdk",
"version": "0.6.6",
"version": "0.6.7-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