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

react-currency-input-field

Package Overview
Dependencies
Maintainers
0
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-currency-input-field - npm Package Compare versions

Comparing version 3.8.0 to 3.8.1

4

package.json
{
"name": "react-currency-input-field",
"version": "3.8.0",
"version": "3.8.1",
"description": "React <input/> component for formatting currency and numbers.",

@@ -74,3 +74,3 @@ "files": [

"full-icu": "^1.3.4",
"gh-pages": "^3.1.0",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",

@@ -77,0 +77,0 @@ "jest": "^29.7.0",

@@ -29,2 +29,4 @@ # React Currency Input Field Component

- [Contributing](#contributing)
- [Support this Project](#support-this-project)
- [v4.0.0-alpha Announcement](#v400-alpha-announcement)

@@ -288,2 +290,28 @@ ## Features

If you want to contribute to this repository, please refer to the [contributing doc](https://github.com/cchanxzy/react-currency-input-field/blob/main/docs/CONTRIBUTING.md).
If you would like to contribute to this repository, please refer to the [contributing doc](https://github.com/cchanxzy/react-currency-input-field/blob/main/docs/CONTRIBUTING.md).
## Support this Project
If you'd like to support this project, please refer to the [support doc](https://github.com/cchanxzy/react-currency-input-field/blob/main/docs/SUPPORT.md).
## v4.0.0-alpha Announcement
I'm excited to announce the release of **[v4.0.0-alpha.1](https://www.npmjs.com/package/react-currency-input-field/v/4.0.0-alpha.1)**.
This marks the beginning of development for version 4.0.0, and the first improvement is a significant reduction in bundle size, going from ~26KB to ~7KB.
For more information, please refer to the [announcement post](https://github.com/cchanxzy/react-currency-input-field/blob/main/docs/v4.0.0-alpha-annoucement.md).
If you would like to try out the alpha version, you can install it using the following command:
```bash
npm install react-currency-input-field@alpha
yarn add react-currency-input-field@alpha
pnpm add react-currency-input-field@alpha
```
Please note that this version is still in development and may contain bugs or incomplete features.
**Use it at your own risk!**
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