@hugoalh/adler32

An ECMAScript (JavaScript & TypeScript) module to get the checksum of the data with algorithm Adler32.

https://github.com/hugoalh/adler32-es

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.8%) to scientific vocabulary

Keywords

adler32 checksum ecmascript ecmascript-module es es-module esm esmodule javascript js ts typescript
Last synced: 4 months ago · JSON representation ·

Repository

An ECMAScript (JavaScript & TypeScript) module to get the checksum of the data with algorithm Adler32.

Basic Info
  • Host: GitHub
  • Owner: hugoalh
  • License: other
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 94.7 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 6
Topics
adler32 checksum ecmascript ecmascript-module es es-module esm esmodule javascript js ts typescript
Created about 1 year ago · Last pushed 5 months ago
Metadata Files
Readme Contributing License Citation Codeowners Security

README.md

Adler32 (ES)

⚖️ MIT

GitHub: hugoalh/adler32-es JSR: @hugoalh/adler32 NPM: @hugoalh/adler32

An ECMAScript (JavaScript & TypeScript) module to get the checksum of the data with algorithm Adler32.

🔰 Begin

🎯 Targets

| Targets | Remote | JSR | NPM | |:--|:-:|:-:|:-:| | Bun >= v1.1.0 | ❌ | ✔️ | ✔️ | | Deno >= v2.1.0 | ✔️ | ✔️ | ✔️ | | NodeJS >= v20.9.0 | ❌ | ✔️ | ✔️ |

[!NOTE] - It is possible to use this module in other methods/ways which not listed in here, however those methods/ways are not officially supported, and should beware maybe cause security issues.

#️⃣ Resources Identifier

  • Remote - GitHub Raw: https://raw.githubusercontent.com/hugoalh/adler32-es/{Tag}/mod.ts
  • JSR: [jsr:]@hugoalh/adler32[@{Tag}]
  • NPM: [npm:]@hugoalh/adler32[@{Tag}]

[!NOTE] - For usage of remote resources, it is recommended to import the entire module with the main path mod.ts, however it is also able to import part of the module with sub path if available, but do not import if:

  • it's path has an underscore prefix (e.g.: _foo.ts, _util/bar.ts), or
  • it is a benchmark or test file (e.g.: foo.bench.ts, foo.test.ts), or
  • it's symbol has an underscore prefix (e.g.: _bar, _foo).

These elements are not considered part of the public API, thus no stability is guaranteed for them. - For usage of JSR or NPM resources, it is recommended to import the entire module with the main entrypoint, however it is also able to import part of the module with sub entrypoint if available, please visit the file jsr.jsonc property exports for available sub entrypoints. - It is recommended to use this module with tag for immutability.

🛡️ Runtime Permissions

This module does not request any runtime permission.

🧩 APIs

  • ts class Adler32 { constructor(data?: Adler32AcceptDataType); get freezed(): boolean; freeze(): this; hash(): Uint8Array; hashHex(): string; update(data: Adler32AcceptDataType): this; updateFromStream(stream: ReadableStream<Adler32AcceptDataType>): Promise<this>; }
  • ts type Adler32AcceptDataType = | string | BigUint64Array | Uint8Array | Uint16Array | Uint32Array;

[!NOTE] - For the full or prettier documentation, can visit via: - Deno CLI deno doc - JSR

✍️ Examples

  • ts new Adler32("Wikipedia").hashHex(); //=> "11E60398"

Owner

  • Name: hugoalh
  • Login: hugoalh
  • Kind: user
  • Location: Everywhere
  • Company: @hugoalh-studio

Lead of @hugoalh-studio; Full time software developer; Part time freelancer

Citation (CITATION.cff)

# yaml-language-server: $schema=https://citation-file-format.github.io/1.2.0/schema.json
cff-version: "1.2.0"
title: "Adler32 (ES)"
message: "If you use this software, please cite it using the metadata from this file."
type: "software"
authors:
  - name: "hugoalh"
repository-code: "https://github.com/hugoalh/adler32-es"
keywords:
  - "adler32"
  - "checksum"
  - "ecmascript"
  - "ecmascript-module"
  - "es"
  - "es-module"
  - "esm"
  - "esmodule"
  - "javascript"
  - "js"
  - "ts"
  - "typescript"
license: "MIT"

GitHub Events

Total
  • Release event: 6
  • Watch event: 1
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 54
  • Pull request event: 2
  • Create event: 9
Last Year
  • Release event: 6
  • Watch event: 1
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 54
  • Pull request event: 2
  • Create event: 9

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 45
  • Total Committers: 1
  • Avg Commits per committer: 45.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 45
  • Committers: 1
  • Avg Commits per committer: 45.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
hugoalh h****h@g****m 45

Issues and Pull Requests

Last synced: 5 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
github-actions (1) dependency 📦 (1)

Packages

  • Total packages: 1
  • Total downloads:
    • npm 93 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 6
  • Total maintainers: 1
npmjs.org: @hugoalh/adler32

A module to get the checksum of the data with algorithm Adler32.

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 93 Last month
Rankings
Dependent repos count: 25.5%
Average: 31.2%
Dependent packages count: 37.0%
Maintainers (1)
Last synced: 5 months ago

Dependencies

.github/workflows/announce-new-release.yml actions
  • hugoalh/send-discord-webhook-ghaction v7 composite
.github/workflows/invoke-codeql-analysis.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/autobuild v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/invoke-devskim-analysis.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/upload-sarif v3 composite
  • microsoft/DevSkim-Action v1 composite
.github/workflows/publish-deno-package.yml actions
  • actions/cache/restore v4 composite
  • actions/cache/save v4 composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-node v4 composite
  • actions/upload-artifact v4 composite
  • denoland/setup-deno v2 composite
.github/workflows/review-deno-code.yml actions
  • actions/cache/restore v4 composite
  • actions/cache/save v4 composite
  • actions/checkout v4 composite
  • denoland/setup-deno v2 composite
.github/workflows/scan-virus.yml actions
  • actions/checkout v4 composite
  • hugoalh/scan-virus-ghaction/clamav v0.20.1 composite
.github/workflows/sync-labels.yml actions
  • EndBug/label-sync v2 composite
  • actions/checkout v4 composite