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

@abtnode/constant

Package Overview
Dependencies
Maintainers
3
Versions
725
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abtnode/constant - npm Package Compare versions

Comparing version

to
1.16.38-beta-20250125-130409-89d4849d

17

index.js

@@ -724,2 +724,19 @@ const NODE_SERVICES = Object.freeze({

},
NOTIFICATION_SEND_STATUS: {
PENDING: 0, // 待发送
SENT: 1, // 已发送
FAILED: 2, // 发送失败
},
NOTIFICATION_SEND_FAILED_REASON: {
USER_DISABLED: 'user_disabled', // 用户未开启渠道
CHANNEL_UNAVAILABLE: 'channel_unavailable', // 未开启服务
CHANNEL_DISABLED: 'channel_disabled', // 开发者未选择此渠道
NOT_ONLINE: 'not_online', // 用户未上线 - 只针对于wallet
},
NOTIFICATION_SEND_CHANNEL: {
WALLET: 'app',
EMAIL: 'email',
PUSH: 'push',
WEBHOOK: 'webhook',
},
});

4

package.json

@@ -6,3 +6,3 @@ {

},
"version": "1.16.38-beta-20250123-083218-c7ea9693",
"version": "1.16.38-beta-20250125-130409-89d4849d",
"description": "ABT Node constants",

@@ -24,3 +24,3 @@ "main": "index.js",

},
"gitHead": "7a5401105e25590871ad579ade72ab3097cc29ba"
"gitHead": "670d44366731900eec59f5e63a7c384eba6f22ae"
}