node-object.omit 3.0.0-1 source package in Ubuntu

Changelog

node-object.omit (3.0.0-1) 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 ]
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.1
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Modernize debian/watch
  * Use dh-sequence-nodejs auto test & install
  * New upstream version 3.0.0
  * Update copyright
  * Drop unneeded version constraints from (build) dependencies
  * Change section to javascript

 -- Xavier Guimard <email address hidden>  Tue, 15 Dec 2020 16:48:37 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-object.omit_3.0.0-1.dsc 2.1 KiB 72da4de1f370b79009575df29d8ff057451dbb2084e130e243dc4199a06526c9
node-object.omit_3.0.0.orig.tar.gz 5.3 KiB 779a2d99ae6f71cb2c14440531c0ffde0d6540fb25c5cf32bd11381e4b9591ca
node-object.omit_3.0.0-1.debian.tar.xz 2.5 KiB 7377bb5681bc2534d778f40761055aaa9b8f35c70a8514c4d2c2c573a51beb00

Available diffs

No changes file available.

Binary packages built by this source

node-object.omit: Return a copy of an object excluding the given key

 Return a copy of an object excluding the given key, or array of keys. Also
 accepts an optional filter function as the last argument.
 .
 Node.js is an event-based server-side JavaScript engine.