node-exit-hook 3.1.2-1 source package in Ubuntu

Changelog

node-exit-hook (3.1.2-1) unstable; urgency=medium

  * Team upload
  * New upstream version 3.1.2
  * Refresh patch

 -- Yadd <email address hidden>  Sat, 26 Nov 2022 18:37:42 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-exit-hook_3.1.2-1.dsc 2.0 KiB 6d0e11478da9720e822269b40bd4a7a3c9c5215455b8718fef13332b239dd5dc
node-exit-hook_3.1.2.orig.tar.gz 5.6 KiB e0f0de66800fbeb4782c0bc82fe44a9364d564daa61ecbf23f1dbf31769a5967
node-exit-hook_3.1.2-1.debian.tar.xz 3.8 KiB 1db544422df1024330b6037ee293190d0a90905bbe3e7346ef42e3b409329002

Available diffs

No changes file available.

Binary packages built by this source

node-exit-hook: Run some code when the process exits

 Node-js module to run one or more hooks when the process exits,
 either because the event loop dried up, or because it received
 a signal (SIGINT or SIGTERM).
 .
 Node.js is an event-based server-side JavaScript engine.