Tue, 01 Oct 2024 12:55:52 CST | login

Information for build nodejs-nodemon-3.0.1-1.module+el9.3.0+750+c502c383

ID27907
Package Namenodejs-nodemon
Version3.0.1
Release1.module+el9.3.0+750+c502c383
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/nodejs-nodemon#2f0f817dd4fc369ef5d56749fe8da1e6bb8ccfa2
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
StartedThu, 30 Nov 2023 02:44:07 CST
CompletedThu, 30 Nov 2023 02:45:23 CST
Taskbuild (module-nodejs-18-9030020231127103209-1b7ac61d, /stage/rpms/nodejs-nodemon:2f0f817dd4fc369ef5d56749fe8da1e6bb8ccfa2)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/nodejs-nodemon?#2f0f817dd4fc369ef5d56749fe8da1e6bb8ccfa2'}}
Tags
module-nodejs-18-9030020231127103209-1b7ac61d
module-nodejs-18-9030020231127103209-1b7ac61d-build
RPMs
src
nodejs-nodemon-3.0.1-1.module+el9.3.0+750+c502c383.src.rpm (info) (download)
noarch
nodejs-nodemon-3.0.1-1.module+el9.3.0+750+c502c383.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