Socket
Socket
Sign inDemoInstall

@alfalab/core-components-masked-input

Package Overview
Dependencies
22
Maintainers
15
Versions
153
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.2.18 to 6.2.19

2

Component.js

@@ -18,3 +18,3 @@ 'use strict';

var styles = {"textHidden":"masked-input__textHidden_qown6"};
var styles = {"textHidden":"masked-input__textHidden_14ik0"};
require('./index.css')

@@ -21,0 +21,0 @@

@@ -6,9 +6,2 @@ 'use strict';

var Component = require('./Component.js');
require('tslib');
require('react');
require('react-merge-refs');
require('classnames');
require('text-mask-core');
require('@alfalab/core-components-input/cssm');
require('./index.module.css');

@@ -15,0 +8,0 @@

@@ -8,3 +8,3 @@ import { __rest, __assign } from 'tslib';

var styles = {"textHidden":"masked-input__textHidden_qown6"};
var styles = {"textHidden":"masked-input__textHidden_14ik0"};
require('./index.css')

@@ -11,0 +11,0 @@

export { MaskedInput, PLACEHOLDER_CHAR } from './Component.js';
import 'tslib';
import 'react';
import 'react-merge-refs';
import 'classnames';
import 'text-mask-core';
import '@alfalab/core-components-input/esm';

@@ -6,8 +6,2 @@ 'use strict';

var Component = require('./Component.js');
require('tslib');
require('react');
require('react-merge-refs');
require('classnames');
require('text-mask-core');
require('@alfalab/core-components-input');

@@ -14,0 +8,0 @@

@@ -7,3 +7,3 @@ import React, { useState, useRef, useCallback, useEffect } from 'react';

const styles = {"textHidden":"masked-input__textHidden_qown6"};
const styles = {"textHidden":"masked-input__textHidden_14ik0"};
require('./index.css')

@@ -10,0 +10,0 @@

export { MaskedInput, PLACEHOLDER_CHAR } from './Component.js';
import 'react';
import 'react-merge-refs';
import 'classnames';
import 'text-mask-core';
import '@alfalab/core-components-input/modern';
{
"name": "@alfalab/core-components-masked-input",
"version": "6.2.18",
"version": "6.2.19",
"description": "",

@@ -17,3 +17,3 @@ "keywords": [],

"dependencies": {
"@alfalab/core-components-input": "^14.1.2",
"@alfalab/core-components-input": "^14.2.0",
"classnames": "^2.3.1",

@@ -20,0 +20,0 @@ "react-merge-refs": "^1.1.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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