node-assert-plus 1.0.0-2 source package in Ubuntu

Changelog

node-assert-plus (1.0.0-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Use pkg-js-tools auto install
  * Enable upstream test using tape
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf

 -- Xavier Guimard <email address hidden>  Wed, 19 Feb 2020 14:27:10 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-assert-plus_1.0.0-2.dsc 2.1 KiB 02c7a2e35da837e721dba9c762e982e9f44cd91c8855dba4c649cbce9847f963
node-assert-plus_1.0.0.orig.tar.gz 8.7 KiB d20d505d91a1f131ce88f963ed2e784e6e8451207528406a81ef52ab5a019420
node-assert-plus_1.0.0-2.debian.tar.xz 2.6 KiB 1f666ad59af38f062f28df0776212d721ac8f9041ced1e4ec11719131f1098a2

Available diffs

No changes file available.

Binary packages built by this source

node-assert-plus: small wrapper over nodejs' assert module with two extra features

 This library is a super small wrapper over node's assert module that has two
 things:
 (1) the ability to disable assertions with the environment variable
 NODE_NDEBUG, and
 (2) some API wrappers for argument testing. Like assert.string(myArg, 'myArg')
 .
 Node.js is an event-based server-side JavaScript engine.