New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-date-context

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-date-context

A set of React components for managing realtime UI updates that depend on the current time.

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

react-date-context

CircleCI standard-readme compliant

A set of React components for managing realtime UI updates that depend on the current time.

Table of Contents

Background

Rendering and updating React components that depend on the real time is hard. Testing React component trees that use new Date() directly is even more difficult.

Install

This project can be installed using npm. Go check them out if you don't have them locally installed.

$ npm install react-date-context

Usage

See doc site.

Maintainers

@squirly

Contribute

Feel free to dive in! Open an issue or submit PRs.

Publishing

To publish,

  • git checkout master && git pull --ff-only; then
  • bump the version with npm version ...; then
  • update and commit docs npm run docs:generate && git add -f docs && git commit -m 'Update docs'; then
  • publish to npm with npm run publish; then
  • run git push --tags.

License

MIT © Tyler David Jones

FAQs

Package last updated on 07 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc