typedoc-plugin-mdn-links
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "typedoc-plugin-mdn-links", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "dist/index.js", | ||
@@ -23,3 +23,10 @@ "license": "MIT", | ||
"prepublishOnly": "yarn build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Gerrit0/typedoc-plugin-mdn-links.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Gerrit0/typedoc-plugin-mdn-links/issues" | ||
} | ||
} |
@@ -6,1 +6,3 @@ # typedoc-plugin-mdn-links | ||
Adds support for linking references to global types like `HTMLElement`, `WebAssembly`, and `Date` to their documentation pages on MDN. | ||
This is probably missing links! If you set `--logLevel Verbose`, it will print out when failing to resolve a symbol to a page on MDN. Pull requests to fix failed resolution are welcome! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
13536
1
8
0