node-react-hot-loader 4.13.1+~cs12.12.4-2 source package in Ubuntu

Changelog

node-react-hot-loader (4.13.1+~cs12.12.4-2) unstable; urgency=medium

  * Fix binary packages versions (Closes: #1036052)
  * Fix "Provides" fields

 -- Yadd <email address hidden>  Mon, 15 May 2023 07:43:30 +0400

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-react-hot-loader_4.13.1+~cs12.12.4-2.dsc 4.4 KiB 37761f492c687f060aae402df144ebbabb1f03f87a182994967136b8f343432b
node-react-hot-loader_4.13.1+~cs12.12.4.orig-global.tar.gz 2.1 KiB 35ce0471bec89727edb03b62930719ea5b271475c47e79181c22477c37dc7a8f
node-react-hot-loader_4.13.1+~cs12.12.4.orig-hoist-non-react-statics.tar.gz 61.1 KiB c9312e12e314443f5691449358f85eaf10743cfb8fd6512d1409cb06433a8563
node-react-hot-loader_4.13.1+~cs12.12.4.orig-shallowequal.tar.gz 23.8 KiB ea511dcb6c2db6fe74f706b251d50146b039777c4a679a3913400281b3633ef7
node-react-hot-loader_4.13.1+~cs12.12.4.orig-types-hoist-non-react-statics.tar.gz 2.0 KiB c6c61b8f5e358287f8ade9fc001e05e4e8cb58efa6f3f1c9efe1274eba9f8165
node-react-hot-loader_4.13.1+~cs12.12.4.orig-types-shallowequal.tar.gz 1.7 KiB b518208433d4a7d8280e1fa82d757090ad60e8bbb602e9cc1bb1b87c598cb53e
node-react-hot-loader_4.13.1+~cs12.12.4.orig.tar.gz 1.4 MiB 6811e64c47ab9345222b06135a5d6f3842556482e526980888251edcabc83928
node-react-hot-loader_4.13.1+~cs12.12.4-2.debian.tar.xz 5.4 KiB 0ff09a79c46fceb3c486c9b9a44ccf7679e0d465aac820683239a9f603f45526

No changes file available.

Binary packages built by this source

node-global: Little Node.js library to require global variables

 node-global provides a simple way to require global variables in Node.js
 environment.

node-hoist-non-react-statics: ReactJS module to copy statics from a child to a parent

 node-hoist-non-react-statics copies non-react specific statics from a child
 component to a parent component. Similar to "Object.assign", but with React
 static keywords blacklisted from being overridden.

node-react-hot-loader: Node.js module to tweak ReactJS components in real time

 React-Hot-Loader provides a hot reloading system for ReactJS.

node-shallowequal: Node.js module to shallow compare

 shallowequal is like lodash's isEqualWith() but for shallow (strict) equal.
 It performs a shallow equality comparison between two values to determine
 if they are equivalent.
 .
 The equality is performed by iterating through keys on the given "value",
 and returning "false" whenever any key has values which are not strictly
 equal between "value1" and "value2". Otherwise, return "true" whenever
 the values of all keys are strictly equal.