🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@gimloader/build

Package Overview
Dependencies
Maintainers
1
Versions
36
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
1.3.0
to
1.3.1
+8
-0
dist/serve/poller.js

@@ -25,2 +25,10 @@ import http from 'node:http';

const server = http.createServer((req, res) => {
if (req.method === 'OPTIONS') {
res.setHeader('Access-Control-Allow-Origin', '*');
res.setHeader('Access-Control-Allow-Headers', 'uid, Content-Type');
res.setHeader('Access-Control-Allow-Methods', 'GET');
res.writeHead(204);
res.end();
return;
}
if (req.url === "/getCode") {

@@ -27,0 +35,0 @@ if (this.code) {

+1
-1
{
"name": "@gimloader/build",
"version": "1.3.0",
"version": "1.3.1",
"description": "A package to help build complex plugins for Gimloader",

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