You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@spotlightjs/sidecar

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spotlightjs/sidecar - npm Package Compare versions

Comparing version

to
1.3.0

2

dist/main.js

@@ -161,3 +161,3 @@ var __defProp = Object.defineProperty;

}
res.writeHead(204, {
res.writeHead(200, {
"Cache-Control": "no-cache",

@@ -164,0 +164,0 @@ ...getCorsHeader(),

{
"name": "@spotlightjs/sidecar",
"description": "A small proxy server to capture and forward data from backend services to Spotlight.",
"version": "1.2.0",
"version": "1.3.0",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "type": "module",

@@ -117,3 +117,4 @@ import { createWriteStream, readFile } from 'fs';

res.writeHead(204, {
// 204 would be more appropriate but returning 200 to match what /envelope returns
res.writeHead(200, {
'Cache-Control': 'no-cache',

@@ -120,0 +121,0 @@ ...getCorsHeader(),