Tue, 19 Nov 2024 23:45:23 CST | login

Information for build nodejs-nodemon-3.0.1-1.module+el9.2.0+731+37ad1914

ID27289
Package Namenodejs-nodemon
Version3.0.1
Release1.module+el9.2.0+731+37ad1914
Epoch
DraftFalse
Sourcegit+https://git.cclinux.org/stage/rpms/nodejs-nodemon#88a1f58c2af93001cce8a0a21200f2df65821571
SummarySimple monitor script for use during development of a node.js app
DescriptionSimple monitor script for use during development of a node.js app. For use during development of a node.js based application. nodemon will watch the files in the directory in which nodemon was started, and if any files change, nodemon will automatically restart your node application. nodemon does not require any changes to your code or method of development. nodemon simply wraps your node application and keeps an eye on any files that have changed. Remember that nodemon is a replacement wrapper for node, think of it as replacing the word "node" on the command line when you run your script.
Built bymbs
State complete
Volume DEFAULT
StartedSun, 15 Oct 2023 03:53:15 CST
CompletedSun, 15 Oct 2023 03:54:31 CST
Taskbuild (module-nodejs-18-9020020231014154359-f855f1a9, /stage/rpms/nodejs-nodemon:88a1f58c2af93001cce8a0a21200f2df65821571)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/nodejs-nodemon?#88a1f58c2af93001cce8a0a21200f2df65821571'}}
Tags
module-nodejs-18-9020020231014154359-f855f1a9
module-nodejs-18-9020020231014154359-f855f1a9-build
module-nodejs-18-9020020231023091402-f855f1a9
module-nodejs-18-9020020231023091402-f855f1a9-build
RPMs
src
nodejs-nodemon-3.0.1-1.module+el9.2.0+731+37ad1914.src.rpm (info) (download)
noarch
nodejs-nodemon-3.0.1-1.module+el9.2.0+731+37ad1914.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Wed Aug 23 2023 Zuzana Svetlikova <zsvetlik@redhat.com> - 3.0.1-1 - Rebase to 3.0.1 - Resolves: CVE-2022-25883 * Mon Mar 20 2023 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.20-2 - Patch bundled glob-parent - Resolves: CVE-2021-35065 * Wed Nov 09 2022 Jan Staněk <jstanek@redhat.com> - 2.0.20-1 - Rebase to 2.0.20 Resolves: CVE-2022-3517 * Tue Nov 30 2021 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.15-1 - Resolves: RHBZ#2005419 - Resolves CVE-2020-28469 - Rebase to newest version - Change source to npmjs.com