🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@gimloader/build

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gimloader/build - npm Package Compare versions

Comparing version

to
0.2.5

2

dist/package.json
{
"name": "@gimloader/build",
"version": "0.2.4",
"version": "0.2.5",
"description": "A package to help build complex plugins for Gimloader",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

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

}
if (pluginConfig.hasSettings) {
meta += '\n * @hasSettings true';
}
}

@@ -36,0 +39,0 @@ if (config.isLibrary) {

@@ -51,2 +51,6 @@ import type { InputPluginOption, OutputOptions, RollupOptions } from "rollup";

optionalLibs: string[];
/**
* Whether the plugin has a settings menu.
*/
hasSettings: boolean;
}

@@ -53,0 +57,0 @@ export interface LibraryTypes extends OptionalConfig {

{
"name": "@gimloader/build",
"version": "0.2.4",
"version": "0.2.5",
"description": "A package to help build complex plugins for Gimloader",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",