+1
-1
@@ -18,3 +18,3 @@ #!/usr/bin/env node | ||
| // generate a github compatible anchor slug | ||
| .replace(/[^\w]+/g, "-") | ||
| .replace(/[ $&+,:;=?@#|'<>.^*()%!-]+/g, "-") | ||
| // remove trailing escaped characters | ||
@@ -21,0 +21,0 @@ .replace(/^-/, "") |
+1
-1
| { | ||
| "name": "toctoc", | ||
| "version": "0.3.2", | ||
| "version": "0.4.0", | ||
| "description": "Generates and maintain a table of contents of your README.md.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
-23
| Interface to manage Foobar data. | ||
| https://backoffice.Foobar.com/ | ||
| ## Table of Contents | ||
| --- | ||
| ## Configuration | ||
| ### Environment variables | ||
| Name | Description | Example Format | ||
| ---- | ----------- | -------------- | ||
| ALGOLIA_API_KEY | Algolia API key | Foobar | ||
| ALGOLIA_APP_ID | Algolia Application ID | Foobar | ||
| ALGOLIA_RECIPE_INDEX_NAME | Algolia index name | Foobar | ||
| ANALYTICS_DATABASE_HOST | analytics db: Mysql hostname | 127.0.0.1 | ||
| ANALYTICS_DATABASE_NAME | analytics db: Mysql database name | Foobar | ||
| ANALYTICS_DATABASE_PASSWORD | analytics db: Mysql password | mypass | ||
| ANALYTICS_DATABASE_USER | analytics db: Mysql user name | myusername | ||
| DATABASE_HOST | default db: Postgres hostname | 127.0.0.1 | ||
| DATABASE_NAME | default db: name | Foobar |
-18
| blabla | ||
| ## Table of Contents | ||
| - [Documentation](#documentation) | ||
| - [License](#license) | ||
| --- | ||
| ## Documentation | ||
| - View [HTML documentation](https://google.com) *(require access)* | ||
| ## License | ||
| MIT | ||
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
1
-50%6592
-12.25%3
-40%