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

Changelog

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

  * Team upload
  * Update lintian override info format in d/source/lintian-overrides
    on line 2-3, 5-7
  * Update standards version to 4.6.2, no changes needed
  * Update rollup-3 patch (Closes: #1026692)

 -- Yadd <email address hidden>  Mon, 02 Jan 2023 08:09:24 +0400

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
Oracular release main web
Noble release main web
Mantic release main web
Lunar release main web

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
underscore_1.13.4~dfsg+~1.11.4-3.dsc 2.5 KiB c2553703877fc8bd44e042dbc86dfc4894d12f5743de73e935ca9bfc58a85e98
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-3.debian.tar.xz 9.8 KiB 96bf76ae9c25eecd1bda8b95865cf08df3917208cfce7262f52e1e02b4077af0

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.