node-crc 4.3.2-1 source package in Ubuntu

Changelog

node-crc (4.3.2-1) unstable; urgency=medium

  * Team upload
  * New upstream version 4.3.2

 -- Komolehin Israel Timilehin <email address hidden>  Fri, 06 Oct 2023 20:09:29 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-crc_4.3.2-1.dsc 2.1 KiB 8b66448578169089e997854ca0c96bbb7df708535fe2368ecfceb39699eecff2
node-crc_4.3.2.orig.tar.gz 158.2 KiB b888bc01e810048f446f89a7520eb23fb58fff0a580725235318a7a8755944ca
node-crc_4.3.2-1.debian.tar.xz 3.6 KiB f07140836f29eb65d8522d38dd4152a10b139535dedf02cac7ce3d714b5f1c13

Available diffs

No changes file available.

Binary packages built by this source

node-crc: module for calculating Cyclic Redundancy Check (CRC)

 This package provides a pure JavaScript implementation, with no dependencies,
 to calculate CRC, the following algorithms are supported:
  * CRC1
  * CRC8
  * CRC8 1-Wire
  * CRC16
  * CRC16 CCITT
  * CRC16 Modbus
  * CRC24
  * CRC32
 .
 Node.js is an event-based server-side JavaScript engine.