🚀 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
1
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
1.0.1

3

dist/build/addHeaders.js

@@ -12,2 +12,5 @@ export function createHeader(config) {

}
if (config.webpage) {
meta += `\n * @webpage ${config.webpage}`;
}
if (config.reloadRequired === true) {

@@ -14,0 +17,0 @@ meta += '\n * @reloadRequired true';

@@ -54,2 +54,6 @@ import type { BuildOptions, Plugin } from "esbuild";

/**
* A webpage where users can get more information about the plugin / library.
*/
webpage?: string;
/**
* Whether the browser needs to be reloaded after the plugin is added.

@@ -56,0 +60,0 @@ * If set to "ingame" it will only reload if the user is currently in a game.

2

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

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