
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
![]()
File sharing through web with wonderful alternation.
Dort is a npm tool to share your editing, file structure through web during presentation or code review.
Everybody in the same network can browse through the files, check file history, copy the code, download the project, preview images, etc.

Prepare NodeJS and NPM environment
Install package
# npm install -g dort
# cd /your-files
# dort
Open default browser with default port - http://localhost:4574
Shre the url to any body in the same network
| params | Type | Default | Description |
|---|---|---|---|
| debug | number | 1 | develop levels |
| path | string | '' | path of file you want open |
| name | string | '' | name of project |
| port | number | 4574 | port for web |
| exclude | array | ['/.DS_Store', '/.log', ...] | file to exclude |
| test | bool | false | Enable test mode or not |
| max-file-size | number | 99999 | max file size |
Then you can launch dort as
# dort "My project" --debug 0 --path /file-path --port 1234 --exclude "node_modules/**" --test true --max-file-size 99999
# // or
# dort "My project" -d 0 -pa /file-path -po 1234 -e "node_modules/**" -t true -m 99999
FAQs
File sharing through web with wonderful alternation.
The npm package dort receives a total of 4 weekly downloads. As such, dort popularity was classified as not popular.
We found that dort demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.