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

office-addin-https-reverse-proxy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

office-addin-https-reverse-proxy

For create https reverse proxy when developing Office Add-ins.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

Office-Addin-HTTPS-Reverse-Proxy

This package can be used to create HTTPS reverse proxy for development server using https://localhost.

Installation

npm install office-addin-https-reverse-proxy

Create certificates

Before use this package, please make sure you have HTTPS certificate created. If not, you could run

npx office-addin-dev-certs install --days 365

to create certificate. The tool will create certificates under the profile folder, such as C:\Users\<username>\.office-addin-dev-certs.

localhost.crt
localhost.key

Command-Line Interface

Usage: office-addin-https-reverse-proxy [options]

Options:
  -p, --port <port>          HTTPS port (default: 443)
  -c, --certfile <certfile>  certificiate file path (default:
                             "<profile-home-directory>/.office-addin-dev-certs/localhost.crt")
  -k, --keyfile <keyfile>    certificate key file path (default:
                             "<profile-home-directory>/.office-addin-dev-certs\\localhost.key")
  -u, --url <url>            target url (default: "http://localhost:8888")
  -h, --help                 display help for command

FAQs

Package last updated on 01 Apr 2020

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