Socket
Socket
Sign inDemoInstall

react-imask

Package Overview
Dependencies
2
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.7 to 6.1.0

esm/mixin-4107a9f1.js

6

dist/react-imask.js

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

try {
Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
return true;

@@ -343,5 +343,7 @@ } catch (e) {

var _excluded = ["inputRef"];
var InputComponent = function InputComponent(_ref) {
var inputRef = _ref.inputRef,
props = _objectWithoutProperties(_ref, ["inputRef"]);
props = _objectWithoutProperties(_ref, _excluded);

@@ -348,0 +350,0 @@ return React__default['default'].createElement('input', Object.assign({}, props, {

import 'imask/esm';
export { I as IMaskMixin } from './mixin-1cb78d9b.js';
export { I as IMaskMixin } from './mixin-4107a9f1.js';
export { default as IMaskInput } from './input.js';

@@ -4,0 +4,0 @@ import 'react';

@@ -1,2 +0,2 @@

import { I as IMaskMixin, _ as _objectWithoutProperties } from './mixin-1cb78d9b.js';
import { I as IMaskMixin, _ as _objectWithoutProperties } from './mixin-4107a9f1.js';
import React from 'react';

@@ -6,5 +6,7 @@ import 'prop-types';

var _excluded = ["inputRef"];
var InputComponent = function InputComponent(_ref) {
var inputRef = _ref.inputRef,
props = _objectWithoutProperties(_ref, ["inputRef"]);
props = _objectWithoutProperties(_ref, _excluded);

@@ -11,0 +13,0 @@ return React.createElement('input', Object.assign({}, props, {

@@ -1,4 +0,4 @@

export { I as default } from './mixin-1cb78d9b.js';
export { I as default } from './mixin-4107a9f1.js';
import 'react';
import 'prop-types';
import 'imask/esm/imask';

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "6.0.7",
"version": "6.1.0",
"homepage": "https://imask.js.org/",

@@ -22,3 +22,3 @@ "description": "React input mask",

"dependencies": {
"imask": "^6.0.7",
"imask": "^6.1.0",
"prop-types": "^15.7.2"

@@ -32,3 +32,3 @@ },

},
"gitHead": "515fd72ee7e9fc700dc2f36eda8f7b39db253a80"
"gitHead": "d21f437d301b8fb9500774c0804f10d4c6f8b314"
}

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