Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

country-list-with-dial-code-and-flag

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

country-list-with-dial-code-and-flag - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

image.png

23

package.json
{
"name": "country-list-with-dial-code-and-flag",
"version": "1.0.1",
"version": "1.0.2",
"description": "Country list with dial code and flag",

@@ -9,4 +9,21 @@ "main": "dist/index.js",

},
"author": "",
"license": "ISC"
"license": "ISC",
"keywords": [
"country",
"flag",
"dial code",
"phone",
"country code",
"npm",
"javascript"
],
"repository": {
"type": "git",
"url": "https://github.com/necessarylion/country-list-with-dial-code-and-flag"
},
"author": {
"name": "Necessary Lion",
"email": "hello@bilions.org",
"url": "https://bilions.org"
}
}

@@ -7,2 +7,11 @@ # Country list with dial code and flag

- result will be inArray
- result will be inArray
```
[
{ "name": "Afghanistan", "dial_code": "+93", "code": "AF", "flag": "🇦🇫" },
{ "name": "Myanmar", "dial_code": "+95", "code": "MM", "flag": "🇲🇲" } ...
]
```
![Country List with flag and dial code](image.png)
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