DFSG NEW Queue

DFSG, Licensing & New Packages Team

Review: node-duplicate-package-checker-webpack-plugin 3.0.0-1

Package Information

DescriptionDuplicate package version detector for Webpack

This Webpack plugin identifies situations where multiple versions of the same dependency are inadvertently included in a Webpack bundle, typically as a result of version discrepancies within the dependency graph. Such duplication occurs silently during the build process, increasing bundle size and potentially introducing subtle, difficult‑to‑diagnose runtime issues. By detecting and reporting these occurrences, the plugin helps maintain a lean, consistent, and reliable dependency set.

Webpack is a module bundler that processes application modules and assets, producing optimized output bundles that consolidate all required code for deployment.

Node.js is an event-based server-side JavaScript engine.

MaintainerDebian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Changed ByBastien Roucariès <rouca@debian.org>
Sponsorrouca@debian.org
Distributionexperimental
Architectureall
VCSgit: https://salsa.debian.org/js-team/node-duplicate-package-checker-webpack-plugin.git (browse)
Closes#1129932
Trackerhttps://tracker.debian.org/pkg/node-duplicate-package-checker-webpack-plugin
Uploaded17 hours ago

New Package Report

.changes
DateFri, 06 Mar 2026 09:00:41 +0100
Sourcenode-duplicate-package-checker-webpack-plugin
Version3.0.0-1
Changed-ByBastien Roucariès
Architecturesource all
Distributionexperimental
Changelog
node-duplicate-package-checker-webpack-plugin (3.0.0-1) experimental; urgency=medium
 .
   * Initial release (Closes: #1129932)
.dsc
Sectionjavascript
Priorityoptional
Componentmain
Package-Listnode-duplicate-package-checker-webpack-plugin deb javascript optional arch=all
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: duplicate-package-checker-webpack-plugin
Upstream-Contact: https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin/issues
Source: https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#readme

Files: *
Copyright: 2026, Darren Scerri <darrenscerri@gmail.com>
License: Expat

Files: debian/*
Copyright: 2026, Bastien Roucariès <rouca@debian.org>
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation files
 (the "Software"), to deal in the Software without restriction,
 including without limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicense, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Review Information

accepted — allocated to babelouest 16 hours ago, started 16 hours ago, completed 14 hours ago.

Final Comment

The LICENSE file mentions 2017 as copyright year, where the d/copyright mentions 2026, unless I missed another copyright mention elsewhere, the year should be fixed in a future release.

Back to Dashboard | View all reviews for this package