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

shimo-js-sdk-shared

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shimo-js-sdk-shared - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

6

dist/types.d.ts

@@ -141,3 +141,7 @@ import { FileId } from './File';

*/
ShowToast = "showToast"
ShowToast = "showToast",
/**
* 通知用户执行自定义操作,由用户自定义按钮触发
*/
TriggerCustomeTask = "triggerCustomeTask"
}

@@ -144,0 +148,0 @@ /**

@@ -83,2 +83,6 @@ "use strict";

ContainerMethod["ShowToast"] = "showToast";
/**
* 通知用户执行自定义操作,由用户自定义按钮触发
*/
ContainerMethod["TriggerCustomeTask"] = "triggerCustomeTask";
})(ContainerMethod = exports.ContainerMethod || (exports.ContainerMethod = {}));

@@ -85,0 +89,0 @@ var SpreadsheetSharingFrom;

2

package.json
{
"name": "shimo-js-sdk-shared",
"version": "1.5.3",
"version": "1.5.4",
"description": "SDK 2.0 前端共享资源,如 types。",

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