Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ali-dd

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ali-dd - npm Package Compare versions

Comparing version 1.5.8-201707121250 to 1.5.8-201707121350

10

index.d.ts

@@ -864,3 +864,3 @@ export as namespace dd;

type?: 1; //附件类型 1:image 2:link
alertType?: 0 | 1 | 2; // 钉提醒类型 0:电话, 1:短信, 2:应用内
alertType: 0 | 1 | 2; // 钉提醒类型 0:电话, 1:短信, 2:应用内
alertDate?: {

@@ -873,3 +873,3 @@ format: string; // "yyyy-MM-dd HH:mm:ss";

}; //附件信息
text: string; //消息
text?: string; //消息
// onSuccess将在点击发送之后调用

@@ -885,7 +885,7 @@ onSuccess?(): void;

alertType: 0 | 1 | 2; // 钉提醒类型 0:电话, 1:短信, 2:应用内
alertDate: {
alertDate?: {
format: string; // "yyyy-MM-dd HH:mm:ss";
value: string;
};
attachment: {
attachment?: {
title: string;

@@ -896,3 +896,3 @@ url: string;

};
text: string; //消息
text?: string; //消息
onSuccess?(): void;

@@ -899,0 +899,0 @@ onFail?(): void;

{
"name": "ali-dd",
"version": "1.5.8-201707121250",
"version": "1.5.8-201707121350",
"description": "dingtalk jsapi",

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