Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@cloudbase/framework-plugin-container

Package Overview
Dependencies
Maintainers
10
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudbase/framework-plugin-container - npm Package Compare versions

Comparing version
0.4.0
to
0.4.1
+7
-8
package.json
{
"name": "@cloudbase/framework-plugin-container",
"version": "0.4.0",
"version": "0.4.1",
"description": "云开发 Tencent CloudBase Framework Container Plugin 插件,将项目下的后端应用一键部署云开发云应用环境,提供自动弹性伸缩的高性能容器服务。",

@@ -33,15 +33,14 @@ "author": "Tencent CloudBase Team",

"dependencies": {
"@cloudbase/framework-core": "^0.4.0",
"@types/archiver": "^3.1.0",
"@types/fs-extra": "^9.0.1",
"@types/node-fetch": "^2.5.7",
"@cloudbase/framework-core": "^0.4.1",
"archiver": "^4.0.1",
"fs-extra": "^9.0.1",
"https-proxy-agent": "^5.0.0"
"fs-extra": "^8.1.0"
},
"devDependencies": {
"@types/archiver": "^3.1.0",
"@types/fs-extra": "^8.1.0",
"@types/node-fetch": "^2.5.7",
"jest": "^26.0.1",
"typescript": "^3.9.2"
},
"gitHead": "8106ceb7b96cbe31d4917b477db2d943062fc1f2"
"gitHead": "bce99dddea84442f113a136f8e48cb3f4c83c7ed"
}