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 to 0.3.1

2

lib/Wecom.d.ts

@@ -1,2 +0,2 @@

import { CloudBase } from '@cloudbase/node-sdk/lib/cloudbase';
import { CloudBase } from '@cloudbase/node-sdk';
import * as t from '@wecom/cloudbase-framework-plugin-actions';

@@ -3,0 +3,0 @@ import { GetJSAPISignatureReq } from './types';

@@ -137,5 +137,2 @@ "use strict";

});
if (res.code) {
throw new Error(`${name} failed with error ${res.code}, ${res.message}`);
}
logTime('end');

@@ -142,0 +139,0 @@ return res.result;

{
"name": "@wecom/cloudbase-framework-plugin-node-sdk",
"version": "0.3.0",
"version": "0.3.1",
"main": "lib/index.js",

@@ -25,7 +25,7 @@ "types": "lib/index.d.ts",

"dependencies": {
"@cloudbase/node-sdk": "^2.3.5",
"@wecom/cloudbase-framework-plugin-actions": "0.3.0",
"@wecom/cloudbase-framework-plugin-util": "0.3.0"
"@wecom/cloudbase-framework-plugin-actions": "0.3.1",
"@wecom/cloudbase-framework-plugin-util": "0.3.1"
},
"devDependencies": {
"@cloudbase/node-sdk": "^2.4.7",
"@types/node": "^14.14.6",

@@ -32,0 +32,0 @@ "typescript": "^4.0.5"

# @wecom/cloudbase-framework-plugin-node-sdk
云开发 CloudBase Framework 框架「企业微信第三方应用」插件 Node SDK。
- 开发文档: https://github.com/TencentWecom/wecom-cloudbase-framework-plugin
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