node-stealthy-require 1.1.1-6 source package in Ubuntu

Changelog

node-stealthy-require (1.1.1-6) unstable; urgency=medium

  * Team upload
  * Disable auto build (Closes: #1007853)

 -- Yadd <email address hidden>  Fri, 18 Mar 2022 06:26:23 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-stealthy-require_1.1.1-6.dsc 2.1 KiB a6e07e6fff2fbeced95f8c92f81ab11e53c82d74c414652997c12376abe42845
node-stealthy-require_1.1.1.orig.tar.gz 9.2 KiB ff8c10daab9b73b26faa5dca46f3dd854a8e1bda4cf53308da90afaea7623cb3
node-stealthy-require_1.1.1-6.debian.tar.xz 3.2 KiB ec317a19ebb12ef3362a97f87ae7710e3011eed8fcd81729d23ab38b3bfef68a

Available diffs

No changes file available.

Binary packages built by this source

node-stealthy-require: require function that bypasses the require cache.

 This is probably the closest you can currently get to require something in
 node.js with completely bypassing the require cache.
 .
 stealthy-require works like this:
 .
  * It clears the require cache.
  * It calls a callback in which you require your module(s) without the cache
    kicking in.
  * It clears the cache again and restores its old state.
 .
 Node.js is an event-based server-side JavaScript engine.