Socket
Socket
Sign inDemoInstall

ember-phone-input

Package Overview
Dependencies
57
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0 to 8.1.0-alpha.0

addon-main.cjs

2

LICENSE.md
The MIT License (MIT)
Copyright (c) 2021
Copyright (c) 2023

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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

@@ -25,78 +25,46 @@ "keywords": [

"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"files": [
"addon-main.cjs",
"dist"
],
"scripts": {
"build": "ember build --environment=production",
"format:md": "prettier --write **/*.md",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"release": "release-it",
"start": "ember serve",
"test": "npm-run-all lint:* test:*",
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each"
"build": "rollup --config",
"lint": "concurrently 'npm:lint:*(!fix)' --names 'lint:'",
"lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'",
"lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern",
"lint:js": "eslint . --cache",
"lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern",
"lint:js:fix": "eslint . --fix",
"start": "rollup --config --watch",
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
"prepack": "yarn run build",
"prepare": "yarn run build"
},
"dependencies": {
"ember-auto-import": "^2.4.3",
"ember-cli-babel": "^7.23.0",
"ember-cli-htmlbars": "^6.0.0",
"intl-tel-input": "^17.0.13"
"@embroider/addon-shim": "^1.0.0",
"intl-tel-input": "^17.0.13",
"rsvp": "^4.8.5"
},
"devDependencies": {
"@ember/optional-features": "2.0.0",
"@ember/test-helpers": "2.8.1",
"@embroider/test-setup": "2.0.1",
"@glimmer/component": "1.1.2",
"@glimmer/tracking": "1.1.2",
"babel-eslint": "10.1.0",
"broccoli-asset-rev": "3.0.0",
"ember-cli": "4.8.0",
"ember-cli-addon-docs": "5.0.0",
"ember-cli-addon-docs-yuidoc": "1.0.0",
"ember-cli-dependency-checker": "3.3.1",
"ember-cli-deploy": "2.0.0",
"ember-cli-deploy-build": "2.0.0",
"ember-cli-deploy-git": "1.3.4",
"ember-cli-deploy-git-ci": "1.0.1",
"ember-cli-favicon": "2.2.0",
"ember-cli-inject-live-reload": "2.1.0",
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
"ember-data": "3.28.12",
"ember-disable-prototype-extensions": "1.1.3",
"ember-export-application-global": "2.0.1",
"ember-load-initializers": "2.1.2",
"ember-maybe-import-regenerator": "1.0.0",
"ember-qunit": "6.0.0",
"ember-resolver": "8.0.3",
"ember-source": "3.28.10",
"ember-source-channel-url": "3.0.0",
"ember-template-lint": "3.16.0",
"ember-try": "2.0.0",
"eslint": "7.32.0",
"eslint-plugin-ember": "11.2.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"lerna-changelog": "2.2.0",
"lint-to-the-future": "1.3.1",
"lint-to-the-future-ember-template": "1.1.0",
"lint-to-the-future-eslint": "1.0.1",
"loader.js": "4.7.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.0",
"qunit": "2.19.3",
"qunit-dom": "2.0.0",
"release-it": "15.5.0",
"release-it-lerna-changelog": "5.0.0",
"webpack": "5.75.0"
"@babel/core": "^7.17.0",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.0",
"@babel/plugin-syntax-decorators": "^7.17.0",
"@embroider/addon-dev": "^3.0.0",
"@rollup/plugin-babel": "^5.3.0",
"concurrently": "^7.2.1",
"ember-template-lint": "^4.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-ember": "^10.5.8",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"rollup": "^2.67.0",
"rollup-plugin-copy": "^3.4.0"
},
"resolutions": {
"ember-cli-addon-docs/ember-svg-jar": "^2.3.3"
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"engines": {
"node": "12 || >= 14"
},
"ember": {

@@ -106,12 +74,20 @@ "edition": "octane"

"ember-addon": {
"configPath": "tests/dummy/config",
"demoURL": "http://qonto.github.io/ember-phone-input/",
"versionCompatibility": {
"ember": ">3.3.0"
}
"version": 2,
"type": "addon",
"main": "addon-main.cjs",
"app-js": {
"./components/phone-input.js": "./dist/_app_/components/phone-input.js",
"./instance-initializers/phone-input.js": "./dist/_app_/instance-initializers/phone-input.js",
"./services/phone-input.js": "./dist/_app_/services/phone-input.js"
},
"demoURL": "http://qonto.github.io/ember-phone-input/"
},
"exports": {
".": "./dist/index.js",
"./*": "./dist/*.js",
"./addon-main.js": "./addon-main.cjs"
},
"volta": {
"node": "18.12.1",
"yarn": "1.22.19"
"extends": "../package.json"
}
}
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