@apiverve/phonenumbervalidator 1.1.7 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +20 -20
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,25 +68,25 @@ api.execute(query, function (error, data) {
68
68
  ###### Example Response
69
69
 
70
70
  ```
71
- {
72
- "status": "ok",
73
- "error": null,
74
- "data": {
75
- "country": "US",
76
- "detectedCountry": "US",
77
- "countrycode": 1,
78
- "numberNational": 8165551017,
79
- "extension": null,
80
- "isvalid": true,
81
- "type": "fixed_line_or_mobile",
82
- "formatted": {
83
- "international": "+1 816-555-1017",
84
- "national": "(816) 555-1017",
85
- "rfc": "tel:+1-816-555-1017",
86
- "e164": "+18165551017"
87
- }
88
- },
89
- "code": 200
71
+ {
72
+ "status": "ok",
73
+ "error": null,
74
+ "data": {
75
+ "country": "US",
76
+ "detectedCountry": "US",
77
+ "countrycode": 1,
78
+ "numberNational": 8165551017,
79
+ "extension": null,
80
+ "isvalid": true,
81
+ "type": "fixed_line_or_mobile",
82
+ "formatted": {
83
+ "international": "+1 816-555-1017",
84
+ "national": "(816) 555-1017",
85
+ "rfc": "tel:+1-816-555-1017",
86
+ "e164": "+18165551017"
87
+ }
88
+ },
89
+ "code": 200
90
90
  }
91
91
  ```
92
92
 
@@ -112,7 +112,7 @@ All usage of the APIVerve website, API, and services is subject to the [APIVerve
112
112
  ## License
113
113
  Licensed under the The MIT License (MIT)
114
114
 
115
- Copyright (©) 2024 APIVerve, and Evlar LLC
115
+ Copyright (©) 2025 APIVerve, and EvlarSoft LLC
116
116
 
117
117
  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:
118
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apiverve/phonenumbervalidator",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "description": "Phone Number Validator is a simple tool for validating if a phone number is valid or not. It checks the phone number format and the country code to see if the phone number is valid.",
5
5
  "main": "index.js",
6
6
  "scripts": {