
Security News
TeamPCP and BreachForums Launch $1,000 Contest for Supply Chain Attacks
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.
A version of MorePurpleMoreBetter's 5e character sheet javascript optimized for use outside of AcroForm PDFs
Tools and pipelines for converting 5e character sheet data from the MorePurpleMoreBetter versions to node modules, etc
The current node module is super simple.
var dndata = require('dndata-5e').data;
console.log(dndata.SpellsList["alarm"].description);
/* Produces:
"Door, window, or 20-ft cube area; audible (60 ft) or mental alarm (1 mile) if undesignated crea enters" */
It only has the freely available/SRD content by default, just like the MPMB sheet. However, a very basic import is available:
var dndata = require('dndata-5e').data;
var fs = require('fs');
dndata.addContent(fs.readFileSync("path/to/mpmb-formatted-file.js", 'utf8'));
FAQs
A version of MorePurpleMoreBetter's 5e character sheet javascript optimized for use outside of AcroForm PDFs
We found that dndata-5e 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.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.