Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
typedoc-plugin-as-member-of
Advanced tools
TypeDoc plugin to 'move' declarations as members of existing classes, interfaces, objects, etc
TypeDoc plugin to 'move' declarations as members of existing classes, interfaces, objects, etc
Example - declare event as a function outside your class / interface and use @decl-as-member-of so they appear as members of existing classes/interfaces)
/** something that moves with an engine */
interface Vehicle {
/** start the engines of this emitter, probably firing [[beforeEngineStart]] event */
startEngines();
}
/**
* Event fired just before the engines of this vehicle start.
* @asMemberOf Vehicle
* @event
*/
declare function beforeEngineStart(engineData: {status: string; temp: number; }[]): number;
Because the function has the @event annotation the plugin will also mutate the function into an event besides moving it.
npm install --save-dev typedoc-plugin-as-member-of
typedoc --out out --plugin typedoc-plugin-as-member-of ./src
FAQs
TypeDoc plugin to 'move' declarations as members of existing classes, interfaces, objects, etc
We found that typedoc-plugin-as-member-of 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.