node-object-assign 4.1.0-1 source package in Ubuntu

Changelog

node-object-assign (4.1.0-1) unstable; urgency=low

  * Initial release (Closes: #835899)

 -- Sruthi Chandran <email address hidden>  Mon, 29 Aug 2016 12:52:11 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-object-assign_4.1.0-1.dsc 2.0 KiB cc730d6f03326565967b0f432d1bfa5cf2e4ec94e0d1208908b305671f995a14
node-object-assign_4.1.0.orig.tar.gz 3.7 KiB b39c42475fa2192a12884eefadd2260f86dc73f22f3b09c3952cf00f2584a762
node-object-assign_4.1.0-1.debian.tar.xz 2.0 KiB 3be0d779fdf2bf61a5144b895ec00c50717e579646c056aff1fff06e8935ca3d

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.