node-log-process-errors 12.0.1+~cs10.0.3-1
Package Information
| Description | log-process-errors enhances how Node.js reports process‑level errors, including uncaught exceptions, unhandled promise rejections, late‑handled rejections, and runtime warnings. This package provides normalized error objects, unified error handling, stack traces for warnings, and suppression of duplicate error events. The module can optionally prevent automatic process exit and allows custom error‑logging logic through a user‑defined handler. This package includes small packages node-is-error-instance, node-normalize-exception, node-set-error-message Node.js is an event-based server-side JavaScript engine. |
|---|---|
| Maintainer | Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> |
| Changed By | Bastien Roucariès <rouca@debian.org> |
| Sponsor | rouca@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/js-team/node-log-process-errors.git (browse) |
| Closes | #1140961 |
| Tracker | https://tracker.debian.org/pkg/node-log-process-errors |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Architecture | source all |
|---|---|
| Distribution | unstable |
| Date | Sat, 27 Jun 2026 22:00:35 +0200 |
| Source | node-log-process-errors |
| Version | 12.0.1+~cs10.0.3-1 |
| Changed-By | Bastien Roucariès |
Changelog
node-log-process-errors (12.0.1+~cs10.0.3-1) unstable; urgency=medium . * Initial release (Closes: #1140961)
.dsc
| Package-List | node-log-process-errors deb javascript optional arch=all |
|---|---|
| Section | javascript |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: log-process-errors
Upstream-Contact: https://github.com/ehmicky/log-process-errors/issues
Source: https://www.github.com/ehmicky/log-process-errors
Files: *
Copyright: 2026, ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)
2026, Steven Vachon (https://svachon.com)
2026, Hongarc (https://github.com/Hongarc)
2026, Andy Brenneke (https://github.com/abrenneke)
License: Apache-2.0
Files: is-error-instance/*
Copyright: 2024, ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)
License: Expat
Files: normalize-exception/*
Copyright: 2024, ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)
License: Expat
Files: set-error-message/*
Copyright: 2024, ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)
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.
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian systems, the complete text of the Apache version 2.0 license
can be found in "/usr/share/common-licenses/Apache-2.0".