@gimloader/build
Advanced tools
+4
-1
| export type * from "./types.js"; | ||
| import type { SingleConfig, WorkspaceConfig } from "./types.js"; | ||
| export declare function singleConfig(config: SingleConfig): SingleConfig; | ||
| export declare function workspaceConfig(config: WorkspaceConfig): WorkspaceConfig; | ||
| type WorkspaceConfigTypeOptional = Omit<WorkspaceConfig, "type"> & { | ||
| type?: "workspace"; | ||
| }; | ||
| export declare function workspaceConfig(config: WorkspaceConfigTypeOptional): WorkspaceConfig; |
+4
-1
| export function singleConfig(config) { return config; } | ||
| export function workspaceConfig(config) { return config; } | ||
| export function workspaceConfig(config) { | ||
| config.type = "workspace"; | ||
| return config; | ||
| } |
+1
-1
| { | ||
| "name": "@gimloader/build", | ||
| "version": "1.3.2", | ||
| "version": "1.3.3", | ||
| "description": "A package to help build complex plugins for Gimloader", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
35386
0.41%800
0.76%