🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@unicef/material-ui-currency-textfield

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unicef/material-ui-currency-textfield - npm Package Compare versions

Comparing version

to
0.8.1

{
"name": "@unicef/material-ui-currency-textfield",
"version": "0.8.0",
"description": "currency input for react with material ui style",
"version": "0.8.1",
"description": "Currency input textfield for react with Material-ui style",
"main": "./dist/index.js",

@@ -13,3 +13,3 @@ "homepage": "https://unicef.github.io/material-ui-currency-textfield",

"deploy": "gh-pages -d styleguide --git \"$(which git)\" -m $(git log -1 --pretty=%B)",
"transpile": "./node_modules/@babel/cli/bin/babel.js src/components/CurrencyTextField -d dist --copy-files && cp -f README.md dist/",
"transpile": "./node_modules/@babel/cli/bin/babel.js src/components/CurrencyTextField -d dist --copy-files",
"prepublishOnly": "npm run transpile",

@@ -37,5 +37,4 @@ "publish-demo": "npm run build && npm run deploy"

"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.2.0",
"@types/node": "^12.6.8",
"babel": "^6.23.0",
"babel-core": "^6.23.0",
"babel-loader": "^8.0.5",

@@ -70,4 +69,5 @@ "babel-plugin-external-helpers": "^6.22.0",

"dependencies": {
"autonumeric": "^4.5.4"
"autonumeric": "^4.5.4",
"@material-ui/core": "^4.2.0"
}
}