
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
JSON Edit History Manager for Undo / Redo Functionality, powered by operational transform. Keep state and support undo for anything that can be expressed / stored by JSON!
include required js file:
<script src="path-to-your-ctrlz-bundle.js"></script>
ctrlz uses @plotdb/json0
as a dependency. ctrlz.bundle.min.js
already includes it but for a separate file, use ctrlz.mins.js
instead, and include @plotdb/json0
separately downloaded from its repo.
/* init directly in constructor */
mananger = new ctrlz({obj: obj});
/* or alternatively, reset anytime after initialized */
manager.reset({obj: obj});
/* when obj is updated */
manager.update(obj);
/* if you have ot to apply: */
manager.apply({op: op});
/* undo, return a undo-ed object */
ret = manager.undo();
/* redo, return a redo-ed object */
ret = manager.redo();
/* clean history */
mananger.clear();
MIT.
v0.2.0
ctrlz.js
, ctrlz.min.js
to index.js
and index.min.js
main
and browser
field in package.json
.FAQs
JSON Edit History Manager for Undo / Redo Functionality
The npm package ctrlz receives a total of 4 weekly downloads. As such, ctrlz popularity was classified as not popular.
We found that ctrlz 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
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.