npm.io
15.5.9 • Published 9 years ago

prop-types-callable

Licence
BSD-3-Clause
Version
15.5.9
Deps
1
Vulns
0
Weekly
10

prop-types-callable

This is a fork of React prop-types, intended for use in production.

Differences

The main difference is that all validator functions are manually callable, in both development and production environments, without any warnings.

  • Updated environment checks and tests to allow calling validator functions
  • Expose PropTypeError, a light-weight implementation of native Error object without stack trace
  • Expose only babel transpiled source files, instead of a browserify build

Keywords