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

@cloudbase/framework-core

Package Overview
Dependencies
Maintainers
11
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudbase/framework-core - npm Package Compare versions

Comparing version 1.3.2-beta.48 to 1.3.2-beta.55

2

lib/index.js

@@ -246,3 +246,2 @@ "use strict";

WorkDir: '',
Headers: {},
};

@@ -303,2 +302,3 @@ // 旧的字段保持 JSON 格式,新字段使用字符串格式

Properties: {
Description: 'VPC 网络配置',
UniqVpcId: this.appConfig.network.uniqVpcId,

@@ -305,0 +305,0 @@ CloudBaseRun: this.appConfig.network.cloudBaseRun,

@@ -34,2 +34,3 @@ "use strict";

Properties: {
Description: '为您提供安全可靠、可扩展的共享文件存储服务',
InstanceName: name,

@@ -52,11 +53,7 @@ Region: region || '${TcbEnvRegion}',

return {
Inputs: Object.assign({}, (password
? {
[passwordKey]: password,
}
: {})),
Inputs: Object.assign({}, (password ? { [passwordKey]: password } : {})),
Resources: {
[name]: {
Type: 'CloudBase::CynosDB',
Properties: Object.assign(Object.assign({ InstanceName: name, Region: region || '${TcbEnvRegion}', UniqVpcId: vpcId || '${Outputs.Network.Properties.InstanceId}', DbType: 'MYSQL', DbVersion: '5.7', PayMode: 0 }, (plan ? { Cpu: plan === null || plan === void 0 ? void 0 : plan.Cpu, MemorySize: plan === null || plan === void 0 ? void 0 : plan.MemorySize } : {})), { Port: 3306, Password: `\${Inputs.${passwordKey}}`, StorageLimit: 1000, InstanceCount: 1, InstanceId: instanceId }),
Properties: Object.assign(Object.assign({ Description: '企业级云原生数据库,极速性能,海量存储,全面兼容开源数据库', InstanceName: name, Region: region || '${TcbEnvRegion}', UniqVpcId: vpcId || '${Outputs.Network.Properties.InstanceId}', DbType: 'MYSQL', DbVersion: '5.7', PayMode: 0 }, (plan ? { Cpu: plan === null || plan === void 0 ? void 0 : plan.Cpu, MemorySize: plan === null || plan === void 0 ? void 0 : plan.MemorySize } : {})), { Port: 3306, Password: `\${Inputs.${passwordKey}}`, StorageLimit: 1000, InstanceCount: 1, InstanceId: instanceId }),
},

@@ -63,0 +60,0 @@ },

@@ -23,6 +23,3 @@ "use strict";

// // TCBSAM语法版本
TCBSAMFormatVersion: '2020-06-15',
// // meta data
// SpecVersion: "v1beta",
// TCBSAMFormatVersion: "2019-12-24",
TCBSAMFormatVersion: '2020-10-21',
License: 'MIT',

@@ -29,0 +26,0 @@ Description: 'CLoudBase Framework创建的应用',

{
"name": "@cloudbase/framework-core",
"version": "1.3.2-beta.48+b0f8625",
"version": "1.3.2-beta.55+4ec6365",
"description": "CloudBase Framework 云开发 CloudBase 全栈应用开发框架,开箱即用,方便开发和部署多端+全栈的 serverless 应用",

@@ -62,3 +62,3 @@ "author": "Tencent CloudBase Team",

},
"gitHead": "b0f8625a8e300d5587944a2d87e2f9bcd572956e"
"gitHead": "4ec6365cd574a02a75eacfa26e9837134ed96052"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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