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

@wecom/cloudbase-framework-plugin-node-sdk

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wecom/cloudbase-framework-plugin-node-sdk - npm Package Compare versions

Comparing version 0.3.0-alpha.0 to 0.3.0-alpha.1

6

package.json
{
"name": "@wecom/cloudbase-framework-plugin-node-sdk",
"version": "0.3.0-alpha.0",
"version": "0.3.0-alpha.1",
"main": "lib/index.js",

@@ -16,4 +16,4 @@ "types": "lib/index.d.ts",

"@cloudbase/node-sdk": "^2.3.5",
"@wecom/cloudbase-framework-plugin-actions": "0.3.0-alpha.0",
"@wecom/cloudbase-framework-plugin-util": "0.3.0-alpha.0"
"@wecom/cloudbase-framework-plugin-actions": "0.3.0-alpha.1",
"@wecom/cloudbase-framework-plugin-util": "0.3.0-alpha.1"
},

@@ -20,0 +20,0 @@ "devDependencies": {

@@ -9,3 +9,7 @@ # Tencent CloudBase Framework Wecom Service Plugin Node SDK

const app = wecom.init({ app: tcb.init({ env: tcb.SYMBOL_CURRENT_ENV }) })
const app = wecom.init({
cloudbase: tcb.init({
env: tcb.SYMBOL_CURRENT_ENV,
}),
})

@@ -12,0 +16,0 @@ const token = await app.getSuiteAccessToken({ suiteId })

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