node-object-assign 4.1.1-3 source package in Ubuntu

Changelog

node-object-assign (4.1.1-3) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.0
  * Add debian/gbp.conf
  * Add upstream/metadata
  * Fix debian/copyright
  * Switch install to pkg-js-tools
  * Remove bad link to object.assign (Closes: #935979)
  * Switch upstream test from ava to tape
  * Enable upstream test using pkg-js-tools

 -- Xavier Guimard <email address hidden>  Wed, 28 Aug 2019 18:10:48 +0200

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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-object-assign_4.1.1-3.dsc 2.1 KiB 63b7d6366c5e1e72a61248d2fd8c35cbb6bef1dc43de808560006164c4fb9781
node-object-assign_4.1.1.orig.tar.gz 4.0 KiB 16fd04bb99fb67bd485bb6b2af033892a07f8020012499bb4275fec4745aeeb5
node-object-assign_4.1.1-3.debian.tar.xz 3.2 KiB a617f406dbbcc2ea19e376080fd92732d21054838dc743b57746a5cdab97fa8d

Available diffs

No changes file available.

Binary packages built by this source

node-object-assign: ES2015 Object.assign() ponyfill

 Assigns enumerable own properties of source objects to the target object and
 returns the target object. Additional source objects will overwrite previous
 ones.