node-prop-types 15.8.1+~15.7.9+~cs1.1.1-1 source package in Ubuntu

Changelog

node-prop-types (15.8.1+~15.7.9+~cs1.1.1-1) unstable; urgency=medium

  * Team upload
  * Add node-types-extra

 -- Bastien Roucariès <email address hidden>  Wed, 18 Oct 2023 21:59:39 +0000

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-prop-types_15.8.1+~15.7.9+~cs1.1.1-1.dsc 3.0 KiB 57862fc7fe38821b84d674406af519169be5e9617f8261f9c1d175db9781c6fe
node-prop-types_15.8.1+~15.7.9+~cs1.1.1.orig-prop-types-extra.tar.gz 39.8 KiB 3f6a7e97acbbccf63309a92e5a9a3628d39e2faa83404917fbcfec71af6b5951
node-prop-types_15.8.1+~15.7.9+~cs1.1.1.orig-types-prop-types.tar.gz 2.6 KiB 54106c575e7fc659c314ccb23e6c846ac28f274c8d5a2f2214b238387e1741ab
node-prop-types_15.8.1+~15.7.9+~cs1.1.1.orig.tar.gz 93.9 KiB 2a929c784f43f8088bf0b8cc5cce817e7b9b505faeec3ad3cd71f3ae8f2b8019
node-prop-types_15.8.1+~15.7.9+~cs1.1.1-1.debian.tar.xz 7.5 KiB 347e1d1572ffa5708fc37d949fd3c9ccfcb0d63f8afa9c64fc154e58bd59eb3d

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.