
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.
@zk-kit/utils
Advanced tools
Essential zero-knowledge utility library for JavaScript developers.
[!NOTE]
This library has been audited as part of the Semaphore V4 PSE audit: https://semaphore.pse.dev/Semaphore_4.0.0_Audit.pdf.
Install the @zk-kit/utils
package and its peer dependencies with npm:
npm i @zk-kit/utils
or yarn:
yarn add @zk-kit/utils
You can also load it using a script
tag using unpkg:
<script src="https://unpkg.com/@zk-kit/utils"></script>
or JSDelivr:
<script src="https://cdn.jsdelivr.net/npm/@zk-kit/utils"></script>
// You can import modules from the main bundle.
import { errorHandlers, typeChecks } from "@zk-kit/utils"
// Or by using conditional exports.
import { requireNumber } from "@zk-kit/utils/error-handlers"
import { isNumber } from "@zk-kit/utils/type-checks"
For more information on the functions provided by @zk-kit/utils
, please refer to the documentation.
FAQs
Essential zero-knowledge utility library for JavaScript developers.
The npm package @zk-kit/utils receives a total of 6,628 weekly downloads. As such, @zk-kit/utils popularity was classified as popular.
We found that @zk-kit/utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.
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.