Debian NEW package overview for node-object-assign-deep
node-object-assign-deep_0.4.0-1_amd64.changes (click to toggle)
Format:1.8
Date:Sun, 13 Jul 2025 16:45:02 +0200
Source:node-object-assign-deep
Binary:node-object-assign-deep
Architecture:source all
Version:0.4.0-1
Distribution:unstable
Urgency:medium
Maintainer:Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Changed-By:Thomas Goirand <zigo@debian.org>
Description:
node-object-assign-deep - deep merge utility for plain JavaScript objects
Closes:1109214
Changes:
node-object-assign-deep (0.4.0-1) unstable; urgency=medium

  * Initial release (Closes: #1109214)
Files:
58ec43e1d477ef5957b7a4b92df7c288 2207 javascript optional node-object-assign-deep_0.4.0-1.dsc
e1ca6fa0e830a3e0f6b7fa5adb0a2ec1 15720 javascript optional node-object-assign-deep_0.4.0.orig.tar.xz
0c1d0bacd586bd459a886d1ba35ad996 2320 javascript optional node-object-assign-deep_0.4.0-1.debian.tar.xz
027e9378aee6c469c0e2371f225d04b7 6612 javascript optional node-object-assign-deep_0.4.0-1_all.deb
515d7bd5ff1be3dcab0cf27a07deea4d 8770 javascript optional node-object-assign-deep_0.4.0-1_amd64.buildinfo
node-object-assign-deep_0.4.0-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:node-object-assign-deep
Binary:node-object-assign-deep
Architecture:all
Version:0.4.0-1
Maintainer:Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:Thomas Goirand <zigo@debian.org>,
Homepage:https://github.com/saikojosh/Object-Assign-Deep
Standards-Version:4.7.2
Vcs-Browser:https://salsa.debian.org/homeassistant-team/js/node-object-assign-deep
Vcs-Git:https://salsa.debian.org/homeassistant-team/js/node-object-assign-deep.git
Testsuite:autopkgtest-pkg-nodejs
Build-Depends:debhelper-compat (=13), dh-nodejs, dh-sequence-nodejs, openstack-pkg-tools
Package-List:node-object-assign-deep deb javascript optional arch=all
Files:
e1ca6fa0e830a3e0f6b7fa5adb0a2ec1 15720 node-object-assign-deep_0.4.0.orig.tar.xz
0c1d0bacd586bd459a886d1ba35ad996 2320 node-object-assign-deep_0.4.0-1.debian.tar.xz
lintian 2.116.3 check for node-object-assign-deep_0.4.0-1.dsc (click to toggle)
README.source for node-object-assign-deep_0.4.0-1.dsc (click to toggle)
No README.source in this package
control file for node-object-assign-deep_0.4.0-1_all.deb (click to toggle)
Package:node-object-assign-deep
Version:0.4.0-1
Architecture:all
Maintainer:Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Installed-Size:29
Section:javascript
Priority:optional
Homepage:https://github.com/saikojosh/Object-Assign-Deep
Description:
deep merge utility for plain JavaScript objects
 object‑assign‑deep is a lightweight yet powerful utility that brings the
 functionality of Object.assign() to nested, plain-object and array structures.
 It performs deep copying and merging of multiple source objects into a target
 (and supports a no‑mutation mode), without resorting to JSON serialization
 tricks :contentReference[oaicite:1]{index=1}.
 .
 While compatible with arrays, dates, class instances, circular references, or
 property descriptors are deliberately unsupported—misuse can lead to undefined
 behavior (and, per the project's whimsical warning, metaphorical “kitten
 deaths”) :contentReference[oaicite:2]{index=2}.
 .
 Perfect for merging configuration objects or cloning nested data structures in
 simple JS codebases.
lintian 2.116.3 check for node-object-assign-deep_0.4.0-1_all.deb (click to toggle)
contents of node-object-assign-deep_0.4.0-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2025-07-13 14:45 ./
drwxr-xr-x root/root         0 2025-07-13 14:45 ./usr/
drwxr-xr-x root/root         0 2025-07-13 14:45 ./usr/share/
drwxr-xr-x root/root         0 2025-07-13 14:45 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-07-13 14:45 ./usr/share/doc/node-object-assign-deep/
-rw-r--r-- root/root      3556 2025-07-13 14:45 ./usr/share/doc/node-object-assign-deep/README.md
-rw-r--r-- root/root       168 2025-07-13 14:45 ./usr/share/doc/node-object-assign-deep/changelog.Debian.gz
-rw-r--r-- root/root      1459 2025-07-13 14:45 ./usr/share/doc/node-object-assign-deep/copyright
drwxr-xr-x root/root         0 2025-07-13 14:45 ./usr/share/doc/node-object-assign-deep/examples/
-rw-r--r-- root/root      1246 2018-04-04 15:16 ./usr/share/doc/node-object-assign-deep/examples/arrayTest.js
-rw-r--r-- root/root      1052 2018-04-04 15:16 ./usr/share/doc/node-object-assign-deep/examples/basicTest.js
-rw-r--r-- root/root       530 2018-04-04 15:16 ./usr/share/doc/node-object-assign-deep/examples/cloneTest.js
-rw-r--r-- root/root       733 2018-04-04 15:16 ./usr/share/doc/node-object-assign-deep/examples/dateTest.js
-rw-r--r-- root/root       792 2018-04-04 15:16 ./usr/share/doc/node-object-assign-deep/examples/mergeIntoTest.js
drwxr-xr-x root/root         0 2025-07-13 14:45 ./usr/share/nodejs/
drwxr-xr-x root/root         0 2025-07-13 14:45 ./usr/share/nodejs/object-assign-deep/
-rw-r--r-- root/root      3786 2025-07-13 14:45 ./usr/share/nodejs/object-assign-deep/objectAssignDeep.js
-rw-r--r-- root/root      1192 2025-07-13 14:45 ./usr/share/nodejs/object-assign-deep/package.json

Timestamp: 01.08.2025 / 14:12:55 (UTC)