New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lion/input-tel

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/input-tel - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

docs/overview.md

@@ -41,3 +41,3 @@ # Input Tel >> Overview ||10

- Extends our [input](https://github.com/ing-bank/lion/blob/9ebc79431bfdcacfd0d9c9b6457c1a99686a6a47/docs/components/input/overview.md)
- Extends our [input](https://github.com/ing-bank/lion/blob/master/docs/components/input/overview.md)
- Shows a mobile telephone keypad on mobile (by having a native `<input inputmode="tel">` inside)

@@ -44,0 +44,0 @@ - Can be configured with a list of allowed region codes

@@ -25,3 +25,3 @@ # Input Tel >> Use Cases ||20

The table below lists all possible regions worldwide. When [allowed regions](https://github.com/ing-bank/lion/blob/9ebc79431bfdcacfd0d9c9b6457c1a99686a6a47/docs/components/input-tel/#allowed-regions) are not configured,
The table below lists all possible regions worldwide. When [allowed regions](https://github.com/ing-bank/lion/blob/master/docs/components/input-tel/#allowed-regions) are not configured,
all of them will be supported as values of Input Tel.

@@ -41,7 +41,7 @@

- [allowed regions](https://github.com/ing-bank/lion/blob/9ebc79431bfdcacfd0d9c9b6457c1a99686a6a47/docs/components/input-tel/#allowed-regions): a list that determines what is allowed to become .activeRegion. If
[.allowedRegions has only one entry](https://github.com/ing-bank/lion/blob/9ebc79431bfdcacfd0d9c9b6457c1a99686a6a47/docs/components/input-tel/#restrict-to-one-region), .activeRegion will always be this value.
- [allowed regions](https://github.com/ing-bank/lion/blob/master/docs/components/input-tel/#allowed-regions): a list that determines what is allowed to become .activeRegion. If
[.allowedRegions has only one entry](https://github.com/ing-bank/lion/blob/master/docs/components/input-tel/#restrict-to-one-region), .activeRegion will always be this value.
- the modelValue or viewValue: once it contains sufficient info to derive its region code (and
the derived code is inside [allowed regions](https://github.com/ing-bank/lion/blob/9ebc79431bfdcacfd0d9c9b6457c1a99686a6a47/docs/components/input-tel/#allowed-regions) if configured)
- active locale (and the derived locale is inside [allowed regions](https://github.com/ing-bank/lion/blob/9ebc79431bfdcacfd0d9c9b6457c1a99686a6a47/docs/components/input-tel/#allowed-regions) if configured)
the derived code is inside [allowed regions](https://github.com/ing-bank/lion/blob/master/docs/components/input-tel/#allowed-regions) if configured)
- active locale (and the derived locale is inside [allowed regions](https://github.com/ing-bank/lion/blob/master/docs/components/input-tel/#allowed-regions) if configured)

@@ -135,3 +135,3 @@ What follows from the list above is that .activeRegion can change dynamically, after a value

> Note that for [InputTelDropdown](https://github.com/ing-bank/lion/blob/9ebc79431bfdcacfd0d9c9b6457c1a99686a6a47/docs/components/input-tel-dropdown/index.md), only allowed regions will
> Note that for [InputTelDropdown](https://github.com/ing-bank/lion/blob/master/docs/components/input-tel-dropdown/index.md), only allowed regions will
> be shown in the dropdown list.

@@ -138,0 +138,0 @@

{
"name": "@lion/input-tel",
"version": "0.2.0",
"version": "0.2.1",
"description": "Input field for entering phone numbers, including validation, formatting and mobile keyboard support.",

@@ -41,6 +41,6 @@ "license": "MIT",

"dependencies": {
"@lion/core": "0.23.0",
"@lion/form-core": "0.18.0",
"@lion/input": "0.18.0",
"@lion/localize": "0.25.0",
"@lion/core": "^0.23.0",
"@lion/form-core": "^0.18.1",
"@lion/input": "^0.18.0",
"@lion/localize": "^0.25.0",
"awesome-phonenumber": "^3.0.1"

@@ -47,0 +47,0 @@ },

@@ -41,3 +41,3 @@ # Input Tel >> Overview ||10

- Extends our [input](https://github.com/ing-bank/lion/blob/9ebc79431bfdcacfd0d9c9b6457c1a99686a6a47/docs/components/input/overview.md)
- Extends our [input](https://github.com/ing-bank/lion/blob/master/docs/components/input/overview.md)
- Shows a mobile telephone keypad on mobile (by having a native `<input inputmode="tel">` inside)

@@ -44,0 +44,0 @@ - Can be configured with a list of allowed region codes

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