node-prop-types 15.6.0+ds-4 source package in Ubuntu

Changelog

node-prop-types (15.6.0+ds-4) unstable; urgency=medium

  * Team upload
  * Add debian/gbp.conf
  * Add upstream/metadata
  * Update debian/watch to use github repository
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Update webpack paths (Closes: #950091)
  * Fix build dependencies
  * Update lintian overrides
  * Add debian/clean
  * Update pkg-js-tools version and remove old debian/tests/* files
  * Update copyright
  * Update homepage

 -- Xavier Guimard <email address hidden>  Sun, 02 Feb 2020 11:52:17 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-prop-types_15.6.0+ds-4.dsc 2.1 KiB c628c90954e639a55256d063eca9e2651e3c77a99f1ea4e4233a8c9664102f6b
node-prop-types_15.6.0+ds.orig.tar.xz 12.2 KiB e1c6d194e5c2b2a2059abad6237f14ce62ea7cf35545288d9351b83fd44f1fd3
node-prop-types_15.6.0+ds-4.debian.tar.xz 2.8 KiB 0ef38d72c3f21e0f019c60d4e035159e6cb368c2934001bd7d4aa191fd0d5076

Available diffs

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.