Security News
ESLint is Now Language-Agnostic: Linting JSON, Markdown, and Beyond
ESLint has added JSON and Markdown linting support with new officially-supported plugins, expanding its versatility beyond JavaScript.
@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 2 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.
Security News
ESLint has added JSON and Markdown linting support with new officially-supported plugins, expanding its versatility beyond JavaScript.
Security News
Members Hub is conducting large-scale campaigns to artificially boost Discord server metrics, undermining community trust and platform integrity.
Security News
NIST has failed to meet its self-imposed deadline of clearing the NVD's backlog by the end of the fiscal year. Meanwhile, CVE's awaiting analysis have increased by 33% since June.