
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
card-creatr
Advanced tools
Tools for creating and rendering SVG files, with a focus on decks of cards for custom card games
card-creatr is a command-line utility that renders *.ccsb files to SVG or PNG output. A graphical user interface for this tool is Card Creatr Studio.
The npm package provides the binary card-creatr:
$ npm install -g card-creatr
$ card-creatr --help
You should provide an input and an output file. The output file should be either SVG or PNG.
$ card-creatr -i example.ccsb -o example.png
You can also provide the path to the config.hjson file in an unpacked *.ccsb file (expanded as a zip archive).
Node.js library functions are exposed for users who wish to invoke card-creatr programmatically. These internals are not guaranteed to be stable, at least not until card-creatr reaches a major release milestone. For examples of usage, see the source code of Card Creatr Studio.
FAQs
Tools for creating and rendering SVG files, with a focus on decks of cards for custom card games
The npm package card-creatr receives a total of 11 weekly downloads. As such, card-creatr popularity was classified as not popular.
We found that card-creatr 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.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.