New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pi-for-excel-proxy

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pi-for-excel-proxy

One-command local HTTPS proxy helper for Pi for Excel OAuth logins.

latest
npmnpm
Version
0.2.1-pre
Version published
Maintainers
1
Created
Source

pi-for-excel-proxy

Local HTTPS CORS proxy helper for Pi for Excel OAuth logins.

Usage

npx pi-for-excel-proxy

This command:

  • Ensures mkcert exists (installs via Homebrew on macOS if missing)
  • Creates certificates in ~/.pi-for-excel/certs/ when needed
  • Starts the proxy at https://localhost:3003

Then in Pi for Excel:

  • Open /settings
  • Enable Proxy
  • Set URL to https://localhost:3003
  • Run /login

Publishing (maintainers)

Package source lives in pkg/proxy/.

Before packing/publishing, prepack copies runtime files from repo root:

  • scripts/cors-proxy-server.mjs
  • scripts/proxy-target-policy.mjs

Publish from this directory:

cd pkg/proxy
npm publish

FAQs

Package last updated on 15 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts