react-input-mask
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -537,2 +537,3 @@ 'use strict'; | ||
exports.default = InputElement; | ||
exports.default = InputElement; | ||
module.exports = exports['default']; |
@@ -13,2 +13,4 @@ "use strict"; | ||
return defer(fn); | ||
}; | ||
}; | ||
module.exports = exports["default"]; |
@@ -58,2 +58,4 @@ 'use strict'; | ||
var _constants = require('../constants'); | ||
var _constants = require('../constants'); | ||
module.exports = exports['default']; |
{ | ||
"name": "react-input-mask", | ||
"description": "Masked input component for React", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"homepage": "https://github.com/sanniassin/react-input-mask", | ||
@@ -22,2 +22,3 @@ "license": "MIT", | ||
"babel-loader": "^7.1.1", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0", | ||
@@ -69,3 +70,3 @@ "babel-plugin-transform-es3-property-literals": "^6.22.0", | ||
"build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min", | ||
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib", | ||
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib --plugins=add-module-exports", | ||
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es", | ||
@@ -72,0 +73,0 @@ "build:umd": "cross-env BABEL_ENV=es NODE_ENV=development rollup -c -i src/index.js -o dist/react-input-mask.js", |
@@ -27,5 +27,5 @@ # react-input-mask | ||
`a`: `A-Z, a-z`<br/> | ||
`*: A-Z, a-z, 0-9` | ||
`*`: `A-Z, a-z, 0-9` | ||
Any character can be escaped with a backslash. It will appear as a double backslash in JS strings. For example, a German phone mask with unremoveable prefix +49 will look like <code>mask="+4\\9 99 999 99"</code> or <code>mask={"+4\\\\9 99 999 99"}</code> | ||
Any character can be escaped with a backslash. It will appear as a double backslash in JS strings. For example, a German phone mask with unremoveable prefix +49 will look like <code>mask="+4\\9 99 999 99"</code> or <code>mask={'+4\\\\9 99 999 99'}</code> | ||
@@ -32,0 +32,0 @@ ### `maskChar` : `string` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93089
2056
38