Socket
Socket
Sign inDemoInstall

react-duration-input-mask

Package Overview
Dependencies
74
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-duration-input-mask

A React component to render input masking for a duration: days, hours, minutes, seconds


Version published
Maintainers
1
Created

Readme

Source

React Duration Input Mask

npm version Build Status codecov Bundle size License

Install

npm install react-duration-input-mask or yarn add react-duration-input-mask

Documentation

You can find the docs and demos here

Contributing

contributions welcome

Development

Runs the docz dev server with file watching:

yarn start

Git

To avoid issues with merge conflicts on .size-snapshot.json, set a merge driver: git config merge.ours.driver true

Tests

Run on push via husky and can be run separately:

yarn test

Or using file watch mode:

yarn run test:dev

Linting

Run on commit via husky and can be run separately:

yarn run lint

Publish

Publish to npm registry from master

Patch version

yarn version --patch && git push origin --tags

Minor version

yarn version --minor && git push origin --tags

Major version

yarn version --major && git push origin --tags

Keywords

FAQs

Last updated on 20 Aug 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc