
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@crisp-e3/zk-inputs
Advanced tools
Core logic to pre-compute CRISP ZK inputs (WASM/JavaScript bindings).
Here we export wasm functionality for consumption in TypeScript to enable us to share code between Rust and TypeScript.
This package exposes an init subpackage default function which should be used to universally load the wasm module instead of exporting the default loader.
This is because in modern node there is no need for preloading however in the browser we still need to load the wasm bundle.
// Bad! Because this uses the raw loader which doesn't exist in node contexts
import init, { bfvEncryptNumber } from "@crisp-e3/zk-inputs";
// Good! Use the universal loader
import init from "@crisp-e3/zk-inputs/init";
await init();
// other package imports here
FAQs
Core logic to pre-compute CRISP ZK inputs (WASM/JavaScript bindings).
The npm package @crisp-e3/zk-inputs receives a total of 184 weekly downloads. As such, @crisp-e3/zk-inputs popularity was classified as not popular.
We found that @crisp-e3/zk-inputs demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.