Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@stardazed/adler32
Advanced tools
Compute the Adler-32 checksum of a buffer.
npm install @stardazed/adler32
pnpm install @stardazed/adler32
yarn add @stardazed/adler32
import { adler32 } from "@stardazed/adler32";
// takes an ArrayBuffer, TypedArray or DataView, returns an unsigned 32-bit int
const checksum = adler32(new Uint8Array([1, 2, 3, 4]));
Copyright (C) 1995-2011, 2016 Mark Adler
Converted to TypeScript by Arthur Langereis (@zenmumbler)
from adler32.c, which can be found at:
https://github.com/madler/zlib/blob/master/adler32.c
FAQs
Compute the Adler-32 checksum of a buffer
The npm package @stardazed/adler32 receives a total of 1 weekly downloads. As such, @stardazed/adler32 popularity was classified as not popular.
We found that @stardazed/adler32 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.