@qlover/code2markdown
Advanced tools
Sorry, the diff of this file is too big to display
+2
-2
| #!/usr/bin/env node | ||
| import { | ||
| Code2MDTask | ||
| } from "./chunk-5ZUQEFHV.js"; | ||
| } from "./chunk-2CNJEMTP.js"; | ||
@@ -11,3 +11,3 @@ // src/cli.ts | ||
| var description = "A tool to convert code to markdown"; | ||
| var version = "1.2.0"; | ||
| var version = "1.3.0"; | ||
@@ -14,0 +14,0 @@ // src/cli.ts |
+3
-3
| { | ||
| "name": "@qlover/code2markdown", | ||
| "description": "A tool to convert code to markdown", | ||
| "version": "1.2.0", | ||
| "version": "1.3.0", | ||
| "private": false, | ||
@@ -48,3 +48,3 @@ "type": "module", | ||
| "lodash": "^4.17.21", | ||
| "@qlover/fe-corekit": "2.2.0" | ||
| "@qlover/fe-corekit": "2.3.0" | ||
| }, | ||
@@ -58,3 +58,3 @@ "dependencies": { | ||
| "@qlover/env-loader": "0.3.0", | ||
| "@qlover/scripts-context": "1.1.4" | ||
| "@qlover/scripts-context": "1.2.0" | ||
| }, | ||
@@ -61,0 +61,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
865372
31.25%24651
31.51%199
24.38%8
33.33%+ Added
- Removed