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

uncors_linux_arm64

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

uncors_linux_arm64

A simple dev HTTP/HTTPS reverse proxy for replacing CORS headers.

latest
npmnpm
Version
0.6.1
Version published
Weekly downloads
42
200%
Maintainers
1
Weekly downloads
 
Created
Source

UNCORS logo

A simple dev HTTP/HTTPS proxy for replacing CORS headers.

Go version GitHub Release License GitHub Actions Workflow Status
NPM Downloads Docker Pulls GitHub Downloads (all assets, all releases)
Coverage Go Report Card Reliability Rating Security Rating Lines of Code

Core features

Full documentation can be found on the wiki pages.

Quick Install

You can install the application in one of the following ways:

Homebrew (macOS | Linux)

brew install evg4b/tap/uncors

Scoop (Windows)

scoop bucket add evg4b https://github.com/evg4b/scoop-bucket.git
scoop install evg4b/uncors

NPM (Cross-platform)

# Run as an independent CLI tool
npx -y uncors ...
# Or add as dependency in your package
npm install uncors --save-dev
# yarn add uncors --dev
# pnpm add -D uncors

Docker (Cross-platform)

docker run -p 80:3000 evg4b/uncors --from 'http://local.github.com' --to 'https://github.com'

Stew (Cross-platform)

stew install evg4b/uncors

Or find more installation methods in uncors wiki.

Usage

The following command can be used to start the UNCORS proxy server:

uncors --from 'http://localhost:8080' --to 'https://github.com'

More information about configuration and usage you can find on UNCORS wiki.

[!Caution]

Please be aware that the modification or replacement of CORS headers may introduce potential security vulnerabilities. This tool is specifically engineered to optimize the development and testing workflow and is not intended for use in a production environment or as a remote proxy server. It has not undergone a thorough security review; therefore, caution should be exercised when utilizing it.

Stargazers over time

Stargazers over time

Support the project

ko-fi

Keywords

cors

FAQs

Package last updated on 09 Nov 2025

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