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

react-simple-phone-input

Package Overview
Dependencies
Maintainers
0
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-phone-input - npm Package Compare versions

Comparing version 5.2.1 to 5.2.2

dist/cjs/index.css

0

dist/cjs/types/components/index.d.ts
export { default as PhoneInput, PhoneInputResponseType } from "./PhoneInput";
export { default, PhoneInputResponseType } from "./PhoneInput";

@@ -0,0 +0,0 @@ import React from "react";

@@ -0,0 +0,0 @@ export declare const countryData: {

@@ -0,0 +0,0 @@ export interface CountryDataTypes {

import React from 'react';
export declare function useOnClickOutside(ref: React.RefObject<HTMLDivElement>, handler: (e: MouseEvent | TouchEvent) => void): void;
export * from "./components";
export { default as PhoneInput, PhoneInputResponseType } from "./PhoneInput";
export { default, PhoneInputResponseType } from "./PhoneInput";

@@ -0,0 +0,0 @@ import React from "react";

@@ -0,0 +0,0 @@ export declare const countryData: {

@@ -0,0 +0,0 @@ export interface CountryDataTypes {

import React from 'react';
export declare function useOnClickOutside(ref: React.RefObject<HTMLDivElement>, handler: (e: MouseEvent | TouchEvent) => void): void;
export * from "./components";

@@ -0,0 +0,0 @@ import React from 'react';

6

package.json
{
"name": "react-simple-phone-input",
"version": "5.2.1",
"version": "5.2.2",
"description": "A simple react phone input component with calling code dropdown🤷",

@@ -44,4 +44,4 @@ "homepage": "https://react-phone-input.siamahnaf.com",

"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.2.0 || ^19.0.0 || ^19.0.0-rc",
"react-dom": "^18.2.0 || ^19.0.0 || ^19.0.0-rc"
},

@@ -48,0 +48,0 @@ "devDependencies": {

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