You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@lupus-ai/mui-currency-textfield

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

@lupus-ai/mui-currency-textfield - npm Package Compare versions

Comparing version

to
1.0.2

6

package.json
{
"name": "@lupus-ai/mui-currency-textfield",
"version": "1.0.1",
"version": "1.0.2",
"description": "Currency input textfield for react with Material-ui style",

@@ -14,3 +14,3 @@ "keywords": [

"main": "./dist/index.js",
"homepage": "https://unicef.github.io/material-ui-currency-textfield",
"homepage": "https://lupusai.github.io/mui-currency-textfield/",
"scripts": {

@@ -20,3 +20,3 @@ "build": "webpack",

"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"predeploy": "styleguidist build",
"deploy": "gh-pages -d styleguide",

@@ -23,0 +23,0 @@ "transpile": "./node_modules/@babel/cli/bin/babel.js src/components/CurrencyTextField -d dist --copy-files",

# Currency Textfield for Material UI version 5 (MUI)
[![npm version](https://badge.fury.io/js/%40unicef%2Fmaterial-ui-currency-textfield.svg)](https://badge.fury.io/js/%40unicef%2Fmaterial-ui-currency-textfield)
[![npm version](https://badge.fury.io/js/@lupus-ai%2Fmui-currency-textfield.svg)](https://www.npmjs.com/package/@lupus-ai/mui-currency-textfield)
`CurrencyTextField` is a [MUI](https://mui.com/) [react](https://reactjs.org/) component. It provides a user friendly experience while inputing currency numbers.
`CurrencyTextField` is a [MUI v5](https://mui.com/) [React](https://reactjs.org/) component and provides a user friendly experience while inputing currency numbers.
`CurrencyTextField` wraps the functionality of <a href="https://github.com/autoNumeric/autoNumeric">autonumeric</a> and it is a port of <a href="https://github.com/mkg0/react-numeric">react-numeric</a> in Material-UI version 5.
It works by wrapping the functionality of <a href="https://github.com/autoNumeric/autoNumeric">autonumeric</a>.

@@ -102,14 +102,11 @@ ![Example of material](https://raw.githubusercontent.com/LupusAI/mui-currency-textfield/master/mui-currency-field.gif)

The main changes have been to update the Material UI version 5 since version 4 is deprecated and update support to react 18.
I plan to continue development on the project and add the following features:
We have made the following major changes to the original project:
1. Updating to Material UI version 5
1. Updating to Material UI version 5:
Material UI version 4 is now deprecated, so we have upgraded to version 5 in order to take advantage of the latest features and improvements.
2. Updating support to React 18
2. Updating support to React 18:
We have upgraded to React 18 in order to take advantage of the latest features and improvements, as well as to ensure that our project is compatible with the latest version of React.
3. Switching from Rollup to Webpack as Bundler
3. Switching from Rollup to Webpack as Bundler:
We have switched from using Rollup as our bundler to using Webpack. By switching to Webpack, we are able to take advantage of the latest features and improvements in this popular bundler, which will help to improve the performance and reliability of this project.

@@ -116,0 +113,0 @@