node-to-arraybuffer 1.0.1-3 source package in Ubuntu

Changelog

node-to-arraybuffer (1.0.1-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + node-to-arraybuffer: Add Multi-Arch: foreign.

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.1
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Modernize debian/watch
  * Fix GitHub tags regex
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle
  * Drop dependency to nodejs
  * Mark test dependencies with <!nocheck>
  * Use dh-sequence-nodejs auto test & install

 -- Yadd <email address hidden>  Tue, 28 Dec 2021 12:41:53 +0100

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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-to-arraybuffer_1.0.1-3.dsc 2.1 KiB 9c6052e6bc0926b28389990f861ac1a36e53cd946c56e8871486af8b17bf5a14
node-to-arraybuffer_1.0.1.orig.tar.gz 2.7 KiB 52e57cc2fcd3b63a3f8616424cdd364b69cf6ec5a292a9f3566bed6a56c2d0f6
node-to-arraybuffer_1.0.1-3.debian.tar.xz 3.0 KiB 084486592888570000ca1d1cab69171ae84e0f546385fe50c1ac8e7060fd75e9

Available diffs

No changes file available.

Binary packages built by this source

node-to-arraybuffer: Get an ArrayBuffer from a Buffer as fast as possible

 Note that in some cases the returned ArrayBuffer is backed by the same memory
 as the original Buffer (but in other cases it is a copy), so **modifying the
 ArrayBuffer is not recommended**.
 .
 This module is designed to work both in node.js and in all browsers with
 ArrayBuffer support when using the Buffer implementation provided by
 Browserify
 .
 Node.js is an event-based server-side JavaScript engine.