Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of calebmorris/react-moment-proptypes

Account's avatar
moment/moment
Parse, validate, manipulate, and display dates
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel
Babel preset for all React plugins.
Account's avatar
babel/babel
babel require hook
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for prop-types
Account's avatar
acornjs/acorn
ECMAScript parser
Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
airbnb/enzyme
JavaScript Testing utilities for React
Account's avatar
enzymejs/enzyme
JavaScript Testing utilities for React
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
facebook/react
React is a JavaScript library for building user interfaces.
Account's avatar
facebook/react
React package for working with the DOM.
Account's avatar
facebook/react
React package for snapshot testing.
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.

Support the repos that depend on this repository

Top contributors

CalebMorris's profile
CalebMorris
110 contributions
scaramagus's profile
scaramagus
1 contributions
cdevienne's profile
cdevienne
1 contributions
dleitee's profile
dleitee
1 contributions
tebatalla's profile
tebatalla
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
calebmorris

calebmorris/react-moment-proptypes

React proptype validator for moment.js

JavaScript
49
17
No license

react-moment-proptypes is a small utility library that adds custom PropTypes validators for React components, enabling developers to verify that props are valid Moment.js objects (moments, formatted strings, durations, etc.) and even apply custom predicates (e.g., checking for UTC). It’s aimed at React developers who use Moment.js and want type‑checking safety for date‑related props in their components.