New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mrtujiawei/bin

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mrtujiawei/bin - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "@mrtujiawei/bin",
"version": "1.0.3",
"version": "1.0.4",
"description": "我的命令行工具",

@@ -5,0 +5,0 @@ "main": "./src/server.js",

@@ -7,6 +7,30 @@ # static-http-cli #

## server ##
```shell script
# 把当前目录作为静态服务器的根目录
serve [-p port]
server [-p port]
# 输入localhost[:port]/filepath 即可访问
```
## download-m3u8 ##
下载m3u8及ts文件
```shell
# dir 下载目录
download-m3u8 {m3u8} [-dir {dir}]
```
## split-m3u8 ##
```shell
# filename 不要带.mp4
split-m3u8 {filename}
```
## combine-m3u8 ##
```shell
combine-m3u8 {filename} {port}
```
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