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

Changelog

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

  * Team upload
  * Fix GitHub tags regex
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle
  * Drop dependency to nodejs
  * New upstream version 15.7.2+~15.7.4

 -- Yadd <email address hidden>  Sun, 21 Nov 2021 17:30: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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-prop-types_15.7.2+~15.7.4-1.dsc 2.5 KiB a69970e751fdf3513f8b12724adf4acef724cc81569c88bebdd438d2536033bb
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-1.debian.tar.xz 3.3 KiB 5924ee0aee7da595cd78ced64ac3db7d14ff471c3efd4c2cd5f5ca3937d1aaf5

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.