@mrtujiawei/bin
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@mrtujiawei/bin", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "我的命令行工具", | ||
@@ -10,5 +10,9 @@ "main": "./src/server.js", | ||
"bin": { | ||
"server": "./src/server.js" | ||
"server": "./src/server.js", | ||
"download-m3u8": "./src/m3u8-dowmload.js", | ||
"combine-m3u8": "./src/shell/combine.sh", | ||
"split-m3u8": "./src/shell/split.sh" | ||
}, | ||
"dependencies": { | ||
"@mrtujiawei/utils": "^1.1.36", | ||
"koa": "^2.11.0", | ||
@@ -15,0 +19,0 @@ "koa-bodyparser": "^4.2.1", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
8965
7
302
5
2
3
+ Added@mrtujiawei/utils@^1.1.36
+ Added@mrtujiawei/utils@1.9.16(transitive)