🎩 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
24
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.0.5
to
1.0.6
+5
-2
dist/index.js

@@ -28,6 +28,8 @@ "use strict";

schema({ zod }) {
return zod.object({
return zod
.object({
prefetch: zod.boolean().optional(),
previewUrl: zod.string().optional(),
});
})
.optional();
},

@@ -152,2 +154,3 @@ },

'disable-memory-router': true,
...${JSON.stringify(api.userConfig?.mod || {})}
${api.userConfig.mod?.prefetch ? `preFetchApps: microConfig,` : ''}

@@ -154,0 +157,0 @@ });`,

{
"name": "@yqg/mod-lowcode-plugin",
"version": "1.0.5",
"version": "1.0.6",
"description": "lowcode 插件",

@@ -17,3 +17,3 @@ "license": "MIT",

"devDependencies": {
"@yqg/max": "1.2.10"
"@yqg/max": "1.2.14"
},

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