Socket
Socket
Sign inDemoInstall

react-imask

Package Overview
Dependencies
10
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 1.0.0

4

dist/react-imask.js

@@ -203,3 +203,3 @@ (function (global, factory) {

// common
mask: PropTypes.oneOfType([PropTypes.array, PropTypes.func, PropTypes.string, PropTypes.instanceOf(RegExp), PropTypes.oneOf([Date, Number]), PropTypes.instanceOf(IMask.Masked)]).isRequired,
mask: PropTypes.oneOfType([PropTypes.array, PropTypes.func, PropTypes.string, PropTypes.instanceOf(RegExp), PropTypes.oneOf([Date, Number, IMask.Masked]), PropTypes.instanceOf(IMask.Masked)]).isRequired,
value: PropTypes.string,

@@ -217,3 +217,3 @@ unmaskedValue: PropTypes.string,

placeholderChar: PropTypes.string,
placeholderLazy: PropTypes.bool,
lazy: PropTypes.bool,
definitions: PropTypes.object,

@@ -220,0 +220,0 @@ groups: PropTypes.object,

{
"name": "react-imask",
"version": "0.1.0",
"version": "1.0.0",
"description": "React input mask",

@@ -5,0 +5,0 @@ "main": "dist/react-imask.js",

@@ -102,3 +102,3 @@ import React from 'react';

PropTypes.instanceOf(RegExp),
PropTypes.oneOf([Date, Number]),
PropTypes.oneOf([Date, Number, IMask.Masked]),
PropTypes.instanceOf(IMask.Masked),

@@ -118,3 +118,3 @@ ]).isRequired,

placeholderChar: PropTypes.string,
placeholderLazy: PropTypes.bool,
lazy: PropTypes.bool,
definitions: PropTypes.object,

@@ -121,0 +121,0 @@ groups: PropTypes.object,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc