underscore 1.13.4~dfsg+~1.11.4-2 source package in Ubuntu

Changelog

underscore (1.13.4~dfsg+~1.11.4-2) unstable; urgency=medium

  * Team upload
  * Add fix for rollup 3 (Closes: #1022668)

 -- Yadd <email address hidden>  Wed, 02 Nov 2022 12:26:31 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
underscore_1.13.4~dfsg+~1.11.4-2.dsc 2.5 KiB 3e11e5247aa49e757856a7c4ab4df5361b49756eaa24a68dbef1ac05a389337b
underscore_1.13.4~dfsg+~1.11.4.orig-types-underscore.tar.xz 23.2 KiB 44b7eadc6bda0a7f62e22bf6c73627c84d238f6f2c5050480c7feb994595059c
underscore_1.13.4~dfsg+~1.11.4.orig.tar.xz 211.8 KiB 343e4f2ebf4111eb1b6100e967bb026efa91c7de810befd5ca0fc5efc0e86787
underscore_1.13.4~dfsg+~1.11.4-2.debian.tar.xz 9.7 KiB 06366b6791b83e25e61bce7d1d0d6f64579d84681067485423d28e6434d00e88

No changes file available.

Binary packages built by this source

libjs-underscore: JavaScript's functional programming helper library

 Underscore is a utility-belt library for JavaScript that provides a lot
 of the functional programming support that you would expect in
 Prototype.js (or Ruby), but without extending any of the built-in
 JavaScript objects. It's the tie to go along with jQuery's tux.
 .
 Underscore provides 60-odd functions that support both the usual
 functional suspects: map, select, invoke - as well as more specialized
 helpers: function binding, javascript templating, deep equality
 testing, and so on. It delegates to built-in functions, if present, so
 modern browsers will use the native implementations of forEach, map,
 reduce, filter, every, some and indexOf.

node-underscore: JavaScript's functional programming helper library - NodeJS

 Underscore is a utility-belt library for JavaScript that provides a lot
 of the functional programming support that you would expect in
 Prototype.js (or Ruby), but without extending any of the built-in
 JavaScript objects. It's the tie to go along with jQuery's tux.
 .
 Underscore provides 60-odd functions that support both the usual
 functional suspects: map, select, invoke - as well as more specialized
 helpers: function binding, javascript templating, deep equality
 testing, and so on. It delegates to built-in functions, if present, so
 modern browsers will use the native implementations of forEach, map,
 reduce, filter, every, some and indexOf.
 .
 This package contains the NodeJS module.