node-domain-browser 4.22.0-1 source package in Ubuntu

Changelog

node-domain-browser (4.22.0-1) unstable; urgency=medium

  * Team upload

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Modernize debian/watch
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-domain-browser: Add Multi-Arch: foreign.

  [ Yadd ]
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle
  * Drop dependency to nodejs
  * New upstream version 4.22.0

 -- Yadd <email address hidden>  Tue, 16 Nov 2021 09:49:46 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-domain-browser_4.22.0-1.dsc 2.1 KiB 711afc32be6ab3ee55c66739d015d3875f7843842abfe10c2278c6b8d260d99a
node-domain-browser_4.22.0.orig.tar.gz 14.7 KiB afc7397f3bc1d7346732bae9b221466dc2cab81e80c9b731cdf2f5427d91a8b3
node-domain-browser_4.22.0-1.debian.tar.xz 2.7 KiB 49991885e6a54e9e82f0eb76d509726daefc6491855e5d594e4d69d9445eb4b6

Available diffs

No changes file available.

Binary packages built by this source

node-domain-browser: Node's domain module for the web browser

 This is merely an evented try...catch with the same API as node, nothing more.
 .
 This library is a dependency for browserify and webpack. Browserify/Webpack
 takes code targeted at node.js and makes it run in the browser. Node.js comes
 with API of its own that is not available in the browsers. Browserify/Webpack
 exposes this code to programs that are unaware they are running in a browser.
 .
 Node.js is an event-based server-side JavaScript engine.