should.js 13.2.3~dfsg-7 source package in Ubuntu

Changelog

should.js (13.2.3~dfsg-7) unstable; urgency=medium

  * Team upload
  * Wrap long lines in changelog entries: 13.2.3~dfsg-6
  * Update standards version to 4.6.2, no changes needed
  * Fix filenamemangle
  * Replace /releases by /tags in GitHub urls
  * Fix typescript declaration (Closes: #1033350)

 -- Yadd <email address hidden>  Thu, 23 Mar 2023 19:10:11 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
should.js_13.2.3~dfsg-7.dsc 3.7 KiB e88c9ba630db6c2ce72b25e3fdcc4cf078869d720775f311687eb6d3922f8b92
should.js_13.2.3~dfsg.orig-should-equal.tar.gz 6.7 KiB e994a653a418cb223c53d337a331ed11c75668584f0e01b6b188f8327926c341
should.js_13.2.3~dfsg.orig-should-format.tar.gz 5.2 KiB 3564150d37413924f10bea56ee6feb856903284b8add92d7e6d3362df8e32536
should.js_13.2.3~dfsg.orig-should-type-adaptors.tar.gz 3.2 KiB e23fdf4534fc242cae5945d792b092fc767e469982991f94fe36c0051bcbbc88
should.js_13.2.3~dfsg.orig-should-type.tar.gz 3.4 KiB ee8974807dd19e7d53972e9e6c4d3c4ad772132cd7c704636a7779e996fd8556
should.js_13.2.3~dfsg.orig-should-util.tar.gz 1.7 KiB d8b24edcd74d74122a32ce05f76ddd331f160949643b2b62f3974a16f8705765
should.js_13.2.3~dfsg.orig.tar.gz 41.3 KiB f6e6bbc6f07d62e49109b95050375934eb74c947763011a883177abebd4a59fc
should.js_13.2.3~dfsg-7.debian.tar.xz 5.7 KiB 0fe01f62b9f9618ba824e7d5df7fd2eede816cb89a87d8963ffc8ea39bd1e897

Available diffs

No changes file available.

Binary packages built by this source

libjs-should: behavior driven test assertions library - browser module

 Should is an expressive, readable, test framework agnostic, assertion library.
 It helps keeping test code clean and error messages helpful.
 .
 It extends Object.prototype with a single non-enumerable getter that
 allows one to express how the object should behave.
 .
 This package provides should for use directly in web browsers.

node-should: behavior driven test assertions library - Node.js module

 Should is an expressive, readable, test framework agnostic, assertion library.
 It helps keeping test code clean and error messages helpful.
 .
 It extends Object.prototype with a single non-enumerable getter that
 allows one to express how the object should behave.
 .
 Node.js is an event-based server-side JavaScript engine.