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

canyouseeme

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canyouseeme

![CanYouSeeMe Demo](https://user-images.githubusercontent.com/9992585/95026038-9eb66700-064b-11eb-814d-b4bc0d078222.gif) # Can You See Me

latest
Source
npmnpm
Version
1.8.0
Version published
Maintainers
1
Created
Source

CanYouSeeMe Demo

Can You See Me

Simple terminal command to launch a webserver and punch a connection through your firewall.

Run from NPMJS

npx canyouseeme

Run from GITHUB

npx github:dgzn/canyouseeme

Global Install (npm or yarn)

npm

npm i -g canyouseeme

yarn

yarn add global canyouseeme

Test

npm test

Troubleshoot

If the runtime hangs and you can't start a web server try the following

Check for open ports and processes

Mac
netstat -vanp tcp | grep 8080 or sudo lsof -i tcp:8080 
CentOS / Ubuntu
netstat -vanp --tcp | grep 8080
Windows
tasklist | findstr node
tasklist | findstr ngrok

Kill Open Processes

Mac
killall node
killall ngrok
CentOS / Ubuntu
pkill node
pkill ngrok
Windows
taskkill /F /IM node.exe
taskkill /F /IM ngrok.exe

To run the windows commands you have to be in an elevated shell (right click -> Run as administrator)

Todo

  • Error handling
  • Allow cli paramters for host, port, etc

FAQs

Package last updated on 08 Oct 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