node-prop-types 15.7.2+~15.7.4-2 source package in Ubuntu

Changelog

node-prop-types (15.7.2+~15.7.4-2) unstable; urgency=medium

  * team upload

  * use and build-depend on terser (not uglifyjs.terser)

 -- Jonas Smedegaard <email address hidden>  Thu, 02 Dec 2021 21:27:31 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-prop-types_15.7.2+~15.7.4-2.dsc 2.4 KiB 51ffdfbb83e41c03994c0470ed34d4c18e4ec3df48af54acc2b9a2acffdaa991
node-prop-types_15.7.2+~15.7.4.orig-types-prop-types.tar.gz 2.6 KiB 8f1f07e8750cec7a970754359180556ba372bbec52cb596d782b4308a33eed7a
node-prop-types_15.7.2+~15.7.4.orig.tar.gz 70.2 KiB 37fdf299c13fed1dfb1a7fe9d923dc7a8390a57e5403412807319abfc5927e87
node-prop-types_15.7.2+~15.7.4-2.debian.tar.xz 3.3 KiB 5636ef0f57481e4cdcf6c0dc44c75d1301dc041a498c90ffad3437c6628f898e

No changes file available.

Binary packages built by this source

node-prop-types: Runtime type checking for React props and similar objects

 You can use prop-types to document the intended types of properties passed to
 components. React (and potentially other libraries) will check props passed to
 your components against those definitions, and warn in development if they
 don’t match.
 .
 Node.js is an event-based server-side JavaScript engine.