@princjef/api-documenter
Advanced tools
Sorry, the diff of this file is not supported yet
| @echo off | ||
| node "%~dp0\run" %* |
+10
-0
@@ -5,2 +5,12 @@ # Change Log | ||
| <a name="1.0.1"></a> | ||
| ## [1.0.1](https://github.com/princjef/api-documenter/compare/v1.0.0...v1.0.1) (2019-03-21) | ||
| ### Bug Fixes | ||
| * **cli:** add bin files to package ([ddcda43](https://github.com/princjef/api-documenter/commit/ddcda43)) | ||
| <a name="1.0.0"></a> | ||
@@ -7,0 +17,0 @@ # 1.0.0 (2019-03-21) |
+5
-2
| { | ||
| "name": "@princjef/api-documenter", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Automatically generate markdown documentation pages for Typescript packages.", | ||
@@ -52,5 +52,8 @@ "repository": { | ||
| "files": [ | ||
| "/{src,dist}", | ||
| "/{src,dist,bin}", | ||
| "!/{src,dist}/**/test/**/*" | ||
| ], | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "husky": { | ||
@@ -57,0 +60,0 @@ "hooks": { |
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
308986
0.16%97
2.11%