Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-number-format

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-number-format - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

dist/react-number-format.es.js
/**
* react-number-format - 4.0.1
* react-number-format - 4.0.2
* Author : Sudhanshu Yadav

@@ -4,0 +4,0 @@ * Copyright (c) 2016, 2018 to Sudhanshu Yadav, released under the MIT license.

/**
* react-number-format - 4.0.1
* react-number-format - 4.0.2
* Author : Sudhanshu Yadav

@@ -4,0 +4,0 @@ * Copyright (c) 2016, 2018 to Sudhanshu Yadav, released under the MIT license.

/**
* react-number-format - 4.0.1
* react-number-format - 4.0.2
* Author : Sudhanshu Yadav

@@ -4,0 +4,0 @@ * Copyright (c) 2016, 2018 to Sudhanshu Yadav, released under the MIT license.

{
"name": "react-number-format",
"description": "React component to format number in an input or as a text.",
"version": "4.0.1",
"version": "4.0.2",
"main": "lib/number_format.js",

@@ -6,0 +6,0 @@ "author": "Sudhanshu Yadav",

@@ -48,6 +48,3 @@ /// <reference types="react" />

allowEmptyFormatting?: boolean;
onValueChange?: (
values: NumberFormatValues,
e: SyntheticInputEvent
) => void;
onValueChange?: (values: NumberFormatValues) => void;
/**

@@ -54,0 +51,0 @@ * these are already included in React.HTMLAttributes<HTMLInputElement>

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