
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@yookue/typedoc-raw-content
Advanced tools
Generates extra raw html contents during Typedoc compilation
🏅 Generates extra raw html contents during Typedoc compilation 👍
✅ Support hooking head.begin
event
✅ Support hooking head.end
event
✅ Support hooking body.begin
event
✅ Support hooking body.end
event
✅ Support hooking content.begin
event
✅ Support hooking content.end
event
✅ Support hooking sidebar.begin
event
✅ Support hooking sidebar.end
event
✅ Support hooking pageSidebar.begin
event
✅ Support hooking pageSidebar.end
event
✅ Support hooking footer.begin
event
✅ Support hooking footer.end
event
You can install this package in your typescript project as follows:
$ npm install @yookue/typedoc-raw-content --save-dev
Enjoy your coding journey with typedoc-raw-content
. ✌️
$ typedoc [TARGET] --plugin @yookue/typedoc-raw-content
typedoc.json
{
"plugin": [
"@yookue/typedoc-raw-content"
]
}
Here are the available options, specified them in typedoc.json
:
Render Event | Option Name | Value Type |
---|---|---|
head.begin | rawHeadBegins | string[] |
head.end | rawHeadEnds | string[] |
body.begin | rawBodyBegins | string[] |
body.end | rawBodyEnds | string[] |
content.begin | rawContentBegins | string[] |
content.end | rawContentEnds | string[] |
sidebar.begin | rawSidebarBegins | string[] |
sidebar.end | rawSidebarEnds | string[] |
pageSidebar.begin | rawPageSidebarBegins | string[] |
pageSidebar.end | rawPageSidebarEnds | string[] |
footer.begin | rawFooterBegins | string[] |
footer.end | rawFooterEnds | string[] |
Take rawFooterEnds
option as an example in typedoc.json
:
{
"hideGenerator": true,
"rawFooterEnds": [
"<div style='text-align: center'>Copyright © 2024 Yookue Ltd. All rights reserved</div>"
]
}
Other options are all the same as the sample above.
This project is under the MIT License.
FAQs
Generates extra raw html contents during Typedoc compilation
The npm package @yookue/typedoc-raw-content receives a total of 0 weekly downloads. As such, @yookue/typedoc-raw-content popularity was classified as not popular.
We found that @yookue/typedoc-raw-content demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.