
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Convert Yu-Gi-Oh! deck lists between ydke:// URL form and passcode arrays.
For Node.js only. TypeScript-compatible and dependency-free.
ydke:// URLs are a compact Yu-Gi-Oh! deck serialization format, used in
Project Ignis: EDOPro and at
YGOPRODECK.
const ydke = require("ydke"); // ES6: import * as ydke from "ydke";
ydke.parseURL("ydke://o6lXBZyFNAI=!viOnAg==!7ydRAA==!");
/*
{
main: Uint32Array(2) [ 89631139, 36996508 ],
extra: Uint32Array(1) [ 44508094 ],
side: Uint32Array(1) [ 5318639 ]
}
*/
ydke.toURL({
main: Uint32Array.from([46986414, 44095762]),
extra: Uint32Array.from([01861629]),
side: Uint32Array.from([])
});
// "ydke://rvTMAhLZoAI=!/WccAA==!!"
GNU Lesser General Public License 3.0 or later. See COPYING and COPYING.LESSER.
This package is part of Project Ignis.
Yu-Gi-Oh! is a trademark of Studio Dice, Shueisha, and Konami.
FAQs
Convert to and from ydke:// URL deck lists
We found that ydke 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.