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

country-calling-code

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

country-calling-code - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

lib/index.d.ts

@@ -1,2 +0,2 @@

declare const _default: {
export interface ICountryCodeItem {
country: string;

@@ -6,3 +6,4 @@ countryCodes: string[];

isoCode3: string;
}[];
export default _default;
}
export declare const codes: ICountryCodeItem[];
export default codes;
"use strict";
exports.__esModule = true;
exports["default"] = [
exports.codes = void 0;
exports.codes = [
{

@@ -1445,1 +1446,2 @@ country: 'Afghanistan',

];
exports["default"] = exports.codes;
{
"name": "country-calling-code",
"version": "0.0.2",
"version": "0.0.3",
"description": "Country calling codes and iso codes based on countrycode.org",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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