🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@yqg/mod-lowcode-plugin

Package Overview
Dependencies
Maintainers
32
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yqg/mod-lowcode-plugin - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+8
-8
package.json
{
"name": "@yqg/mod-lowcode-plugin",
"version": "1.1.0",
"version": "1.1.1",
"description": "lowcode 插件",

@@ -12,13 +12,13 @@ "license": "MIT",

],
"scripts": {
"build": "rm -rf dist && tsc",
"start": "rm -rf dist && tsc -w"
},
"dependencies": {
"@micro-zoe/micro-app": "1.0.0-rc.11",
"@yqg/max-utils": "workspace:*"
"@yqg/max-utils": "1.0.7"
},
"devDependencies": {
"@yqg/max": "workspace:*"
"@yqg/max": "1.2.24"
},
"scripts": {
"build": "rm -rf dist && tsc",
"start": "rm -rf dist && tsc -w"
}
}
}