node-base64-js 1.5.1+dfsg+~1.3.0-2 source package in Ubuntu

Changelog

node-base64-js (1.5.1+dfsg+~1.3.0-2) unstable; urgency=medium

  * team upload

  * use and build-depend on terser (not uglifyjs.terser)

 -- Jonas Smedegaard <email address hidden>  Thu, 02 Dec 2021 19:43:31 +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-base64-js_1.5.1+dfsg+~1.3.0-2.dsc 2.5 KiB fbc36ec483091cf28c79ab72f958a8bd87a7fdb9a48b31324e7b768de89e7002
node-base64-js_1.5.1+dfsg+~1.3.0.orig-types-base64-js.tar.xz 1.6 KiB 77827836f32b113e8ffb5b6293e5dd6b4466c3c841a52b25826dd5e84d4ddb94
node-base64-js_1.5.1+dfsg+~1.3.0.orig.tar.xz 4.7 KiB 4606e9198644c60d5a9c128d3dac8fcfa2e9aa2a1e657e72c2497bae0d434309
node-base64-js_1.5.1+dfsg+~1.3.0-2.debian.tar.xz 3.5 KiB c70ddf7856dbfd5608554d4efbf9f8f5cf7d3d7786640f90256e0d4ee3272992

No changes file available.

Binary packages built by this source

node-base64-js: Base64 encoding/decoding in pure JS

 Converts a byte array into base64 string and vice versa.
 .
 Base64 is binary-to-text encoding schemes that represent binary data
 in an ASCII string format by translating it into a radix-64 representation.
 (6 bits).
 .
 Node.js is an event-based server-side JavaScript engine.