+18
| blabla | ||
| ## Table of Contents | ||
| - [Documentation](#documentation) | ||
| - [License](#license) | ||
| --- | ||
| ## Documentation | ||
| - View [HTML documentation](https://google.com) *(require access)* | ||
| ## License | ||
| MIT | ||
+1
-1
@@ -48,3 +48,3 @@ #!/usr/bin/env node | ||
| var toc = generateToc(source, title, maxDepth); | ||
| return source.replace(tocPattern, `## ${title}\n\n${toc}\n---`); | ||
| return source.replace(tocPattern, `## ${title}\n\n${toc}\n---\n`); | ||
| } | ||
@@ -51,0 +51,0 @@ |
+1
-1
| { | ||
| "name": "toctoc", | ||
| "version": "0.3.1", | ||
| "version": "0.3.2", | ||
| "description": "Generates and maintain a table of contents of your README.md.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance 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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance 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
7512
2.89%5
25%