Sorry, the diff of this file is not supported yet
+1
-1
| #!/usr/bin/env node | ||
| const program = require('commander'); | ||
| const path = require('path'); | ||
| const customVersion = '1.0.4'; | ||
| const customVersion = '1.0.5'; | ||
| const tiny = require(path.join(__dirname,'..', 'tiny.js')); | ||
@@ -6,0 +6,0 @@ const Tiny = new tiny(); |
+1
-1
| { | ||
| "name": "cli-tiny", | ||
| "version": "1.0.4", | ||
| "version": "1.0.5", | ||
| "description": "基于tinypng的命令行压缩工具", | ||
@@ -5,0 +5,0 @@ "bin": { |
+4
-1
@@ -20,2 +20,5 @@ # tiny | ||
| tiny -v # 查看版本 | ||
| ``` | ||
| ``` | ||
| ## 效果 | ||
|  |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
46723
175.26%7
16.67%23
15%