
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
@crit-tech/lgmrd
Advanced tools
This is the Lazy GM's Resource Document as a JavaScript package (both ESM and CommonJS supported).
LGMRD is officially pronounced "Lymm Grid" and LGMMBRD "Lymm Bard".
import lgmrd from "@crit-tech/lgmrd";
console.log(lgmrd);
Or, you may want to import it asynchronously so it's not part of your main bundle:
import("@crit-tech/lgmrd").then((lgmrd) => {
console.log(lgmrd);
});
Or, you can just import specific sections (see package.json
for the full list of exported sections):
import data from "@crit-tech/lgmrd/index/default";
console.log(data);
const lgmrd = require("@crit-tech/lgmrd");
console.log(lgmrd);
Or, you can just import specific sections (see package.json
for the full list of exported sections):
const data = require("@crit-tech/lgmrd/index/default");
console.log(data);
This work includes material taken from The Lazy GM's Resource Document by Michael E. Shea of SlyFlourish.com and vailable at https://slyflourish.com/lazy_gm_resource_document.html. The Lazy GM's Resource Document is licensed under the Creative Commons Attribution 4.0 International License available at https://creativecommons.org/licenses/by/4.0/legalcode.
This work includes material taken from the System Reference Document 5.1 ("SRD 5.1") by Wizards of the Coast LLC and available at https://dnd.wizards.com/resources/systems-reference-document. The SRD 5.1 is licensed under the Creative Commons Attribution 4.0 International License available at https://creativecommons.org/licenses/by/4.0/legalcode.
FAQs
The Lazy GM's Resource Document as JSON
We found that @crit-tech/lgmrd 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.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.