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

country-seeker

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

country-seeker - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "country-seeker",
"version": "1.0.5",
"version": "1.0.6",
"types": "./types/index.d.ts",

@@ -5,0 +5,0 @@ "description": "Get comprehensive country details with ease using country data",

import { ICountryData, IType } from "./utils/types";
export declare const getCountries: () => ICountryData[];
export declare const useDialCode: ({ type }: {
export declare const useCountry: ({ type, value }: {
type: IType;
}) => ICountryData | null | undefined;
value: string;
}) => ICountryData | ICountryData[] | null;
export declare const useDialCode: ({ value }: {
value: string;
}) => ICountryData | ICountryData[];
export declare const useFlag: ({ value }: {
value: string;
}) => ICountryData | ICountryData[];
export declare const useCountryName: ({ value }: {
value: string;
}) => ICountryData | ICountryData[];
export declare const useCountryCode: ({ value }: {
value: string;
}) => ICountryData | ICountryData[];
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