
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@dailynodemodule/emperor-data
Advanced tools
Data on emperors of the Holy Roman Empire for use as sample data in other projects
This package contains a data on emperors and states of the Holy Roman Empire for use as sample data in other projects.
The data was compiled from a Wikipedia page located at https://en.wikipedia.org/wiki/Holy_Roman_Emperor and https://en.wikipedia.org/wiki/List_of_states_in_the_Holy_Roman_Empire.
The content is licensed under the Creative Commons Attribution-Share-Alike License 3.0.
To build run npm run build
. Output will be saved to the data
folder. The output format is LZMA compressed MessagePack (e.g. .xz) to save space when publishing to NPM.
(async () => {
let Emp = require('@dailynodemodule/emperor-data');
let b = await Emp.emperors[0];
console.log(b);
})();
FAQs
Data on emperors of the Holy Roman Empire for use as sample data in other projects
The npm package @dailynodemodule/emperor-data receives a total of 29 weekly downloads. As such, @dailynodemodule/emperor-data popularity was classified as not popular.
We found that @dailynodemodule/emperor-data demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.