Socket
Socket
Sign inDemoInstall

ember-phone-input

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-phone-input - npm Package Compare versions

Comparing version 9.0.0-alpha.0 to 9.0.0-alpha.1

9

dist/components/phone-input.js

@@ -207,3 +207,3 @@ import Component from '@ember/component';

} = this;
var _iti = this.phoneInput.intlTelInput(this.element, {
let options = {
autoHideDialCode: true,

@@ -213,3 +213,2 @@ nationalMode: true,

autoPlaceholder,
customPlaceholder: () => customPlaceholder,
initialCountry,

@@ -219,3 +218,7 @@ onlyCountries,

separateDialCode
});
};
if (customPlaceholder) {
options.customPlaceholder = () => customPlaceholder;
}
var _iti = this.phoneInput.intlTelInput(this.element, options);
if (this.number) {

@@ -222,0 +225,0 @@ _iti.setNumber(this.number);

{
"name": "ember-phone-input",
"version": "9.0.0-alpha.0",
"version": "9.0.0-alpha.1",
"description": "A component to input / validate / submit phone numbers",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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