Socket
Socket
Sign inDemoInstall

react-input-mask

Package Overview
Dependencies
3
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.0 to 0.9.1

4

package.json
{
"name": "react-input-mask",
"description": "Masked input component for React",
"version": "0.9.0",
"version": "0.9.1",
"homepage": "https://github.com/sanniassin/react-input-mask",

@@ -45,3 +45,3 @@ "license": "MIT",

},
"main": "lib/InputElement.js",
"main": "lib/index.js",
"module": "es/index.js",

@@ -48,0 +48,0 @@ "jsnext:main": "es/index.js",

@@ -7,3 +7,3 @@ # react-input-mask

## [Demo](http://sanniassin.github.io/react-input-mask/demo.html)
#### [Demo](http://sanniassin.github.io/react-input-mask/demo.html)

@@ -14,8 +14,8 @@ ## Install

```
<br/>
Also you can use `react-input-mask` without module bundler
Also you can use it without module bundler
```html
<!-- Load React first -->
<script src="https://unpkg.com/react/dist/react.min.js"></script>
<script src="https://unpkg.com/react-dom/dist/react-dom.min.js"></script>
<!-- Will be exported to window.ReactInputMask -->

@@ -37,3 +37,3 @@ <script src="https://unpkg.com/react-input-mask/dist/react-input-mask.min.js"></script>

Character to cover unfilled editable parts of mask. Default character is "_". If set to null, unfilled parts will be empty, like in ordinary input.
Character to cover unfilled editable parts of mask. Default character is "_". If set to null or empty string, unfilled parts will be empty, like in ordinary input.

@@ -40,0 +40,0 @@ ### `formatChars` : `object`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc