Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@s-ui/react-molecule-phone-input

Package Overview
Dependencies
Maintainers
60
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-molecule-phone-input - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

14

CHANGELOG.md
# CHANGELOG
# 1.2.0 (2023-05-30)
### Bug Fixes
* **components/molecule/phoneInput:** Fix phone input demo not working ([05e4a0d](https://github.com/SUI-Components/sui-components/commit/05e4a0dc674f70d80ba523b595b28e0c4782c271))
### Features
* **components/molecule/phoneInput/demo:** Make demos random ([3f0cfdf](https://github.com/SUI-Components/sui-components/commit/3f0cfdf66c56bfa3a9fdcca3ac7a09069ed8dc1b))
# 1.1.0 (2023-05-19)

@@ -4,0 +18,0 @@

4

lib/index.js

@@ -76,3 +76,3 @@ import { useEffect, useRef, useState } from 'react';

}), /*#__PURE__*/_jsx(AtomInput, {
value: value,
value: value.toString(),
mask: selectedPrefix.mask || '000 000 000',

@@ -86,3 +86,3 @@ placeholder: placeholder,

// remove spaces from value
value: value.replace(/\s/g, '')
value: value.toString().replace(/\s/g, '')
});

@@ -89,0 +89,0 @@ },

{
"name": "@s-ui/react-molecule-phone-input",
"version": "1.1.0",
"version": "1.2.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc