Socket
Socket
Sign inDemoInstall

phone-validator-net

Package Overview
Dependencies
4
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

19

package.json
{
"name": "phone-validator-net",
"version": "2.0.3",
"version": "2.0.4",
"description": "A wrapper for the phone-validator.net API",

@@ -8,7 +8,16 @@ "main": "lib/index.js",

"author": "Janek Rahrt <janek.rahrt@me.com>",
"homepage": "http://www.phone-validator.net/telefon-nummer-online-ueberpruefen-api.html",
"homepage": "https://www.phone-validator.net/api.html",
"keywords": [
"validator",
"phone-validation",
"phone",
"byteplant"
"validation",
"byteplant",
"phone-number",
"phonenumber",
"phone-number-verification",
"phone-marketing",
"cleaning",
"data-cleaning",
"data-quality",
"data-validation"
],

@@ -28,3 +37,3 @@ "license": "MIT",

"type": "git",
"url": "git+https://github.com/janek26/phone-validator-net.git"
"url": "git+https://github.com/byteplant/phone-validator-net.git"
},

@@ -31,0 +40,0 @@ "files": [

# phone-validator-net
A small library providing a wrapper for [api.phone-validator.net](http://www.phone-validator.net/telefon-nummer-online-ueberpruefen-api.html)
A small library providing a wrapper for [api.phone-validator.net](https://www.phone-validator.net/api.html)

@@ -20,3 +20,3 @@ ## Installation

const responseObject = await validatorInstance(phoneObject) //validates phone object
//phone is a objekt like
//phone is an object like
// {

@@ -39,3 +39,3 @@ // number: "+49173xxxxxxxxx", //phone number to validate (string) | 0173xxxxxxx also possible with country code

=> http://www.phone-validator.net/telefon-nummer-online-ueberpruefen-api.html
=> https://www.phone-validator.net/api.html
*/

@@ -42,0 +42,0 @@ });

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