Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ispsystem/dev-proxy-server

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ispsystem/dev-proxy-server

proxy server for develop frontend plugins

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
2
Weekly downloads
 
Created
Source

dev-proxy-server

npm version

Локальный прокси-сервер для разработки плагинов независимо от основного приложения.

Использование

  1. Установить прокси как зависимость к проекту npm i @ispsystem/dev-proxy-server -D.

  2. Создать файл настроек прокси-сервера в корне проекта proxy.conf.json:

{
  "cookie": "ses6=********",
  "host": "vepp-1.vepp.evm.ru",
  "port": 8000
}

Если запустить без этого файла, то он будет создан автоматически из шаблона.

  1. В вашем коде замените URL закроса к серверу на запрос через прокси, к примеру http://localhost:8000/request-address.

  2. Запустить прокси сервер командой npx dev-proxy-server перед запуском сервера для разработки.

Keywords

FAQs

Package last updated on 02 Sep 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc