New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

validate-float-input

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

validate-float-input

A responsive and accessible component built with React

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
10
25%
Maintainers
1
Weekly downloads
 
Created
Source

validate-float-input Version Badge

Build Status dependency status dev dependency status License Downloads

npm badge

Validate float number input field.

validate-float-input in action

Live Playground

For examples of the component in action, go to https://yyssc.github.io/validate-float-input.

OR

To run that demo on your own computer:

  • Clone this repository
  • npm install
  • npm run storybook
  • Visit http://localhost:9001/

Getting Started

Install dependencies

Ensure packages are installed with correct version numbers by running:

(
  export PKG=validate-float-input;
  npm info "$PKG" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g; s/ *//g' | xargs npm install --save "$PKG"
)

Which produces and runs a command like:

npm install --save validate-float-input react@>=#.## react-dom@>=#.## react-addons-shallow-compare@>=#.##

FAQs

Package last updated on 15 Sep 2017

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