
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.
@huggingface/splitmix64-wasm
Advanced tools
JS and WASM implementations of splitmix-64
Using AssemblyScript to generate a lean WASM.
The use of WASM is more for 64 bit arithmetic than for performance.
Used internally to reproduce rust tests
Let us know if you want us to expose more functions.
import { createRandomArray } from '@huggingface/splitmix64-wasm';
// Create an ArrayBuffer of data, with u64s converted to le u8s
const data = new createRandomArray(256_000, 1); // Example: 256kB of data
FAQs
JS and WASM implementations of splitmix-64
The npm package @huggingface/splitmix64-wasm receives a total of 3 weekly downloads. As such, @huggingface/splitmix64-wasm popularity was classified as not popular.
We found that @huggingface/splitmix64-wasm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.