underscore 1.13.2~dfsg-2 source package in Ubuntu

Changelog

underscore (1.13.2~dfsg-2) unstable; urgency=medium

  * Team upload

  [ lintian-brush ]
  * Set upstream metadata fields: Security-Contact.

  [ Yadd ]
  * Back to unstable

 -- Yadd <email address hidden>  Thu, 27 Jan 2022 12:05:33 +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
Jammy release main web

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
underscore_1.13.2~dfsg-2.dsc 2.1 KiB 1f150e5cc060358e6216eb8f38601695fc6b972b49725557e1d59acc5d82187e
underscore_1.13.2~dfsg.orig.tar.xz 210.2 KiB de4a5ffa4a93717eb72c8b3056c5b8bb16a942373e34cb419e14dec95d4ca44f
underscore_1.13.2~dfsg-2.debian.tar.xz 8.8 KiB f5927f3aa3dc5a53624e7b6c840cad97f9d2a887c13b7ab5e10f03d281e2ad20

Available diffs

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.