New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-simple-phone-input

Package Overview
Dependencies
Maintainers
1
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 1.0.11-beta to 1.1.1-beta

2

dist/cjs/types/components/PhoneInput/PhoneInput.d.ts

@@ -22,3 +22,3 @@ import React from "react";

}
declare const PhoneInput: ({ placeholder, country, onChange, value, iconComponent, inputProps, onlyCountries, excludeCountries, preferredCountries, showDropdownIcon, dialCodeInputField, search, searchPlaceholder, showSearchIcon, searchIconComponent, searchProps, searchNotFound }: Props) => JSX.Element;
declare const PhoneInput: React.FunctionComponent<Props>;
export default PhoneInput;

@@ -22,3 +22,3 @@ import React from "react";

}
declare const PhoneInput: ({ placeholder, country, onChange, value, iconComponent, inputProps, onlyCountries, excludeCountries, preferredCountries, showDropdownIcon, dialCodeInputField, search, searchPlaceholder, showSearchIcon, searchIconComponent, searchProps, searchNotFound }: Props) => JSX.Element;
declare const PhoneInput: React.FunctionComponent<Props>;
export default PhoneInput;

@@ -22,4 +22,4 @@ import React from 'react';

}
declare const PhoneInput: ({ placeholder, country, onChange, value, iconComponent, inputProps, onlyCountries, excludeCountries, preferredCountries, showDropdownIcon, dialCodeInputField, search, searchPlaceholder, showSearchIcon, searchIconComponent, searchProps, searchNotFound }: Props) => JSX.Element;
declare const PhoneInput: React.FunctionComponent<Props>;
export { PhoneInput };
{
"name": "react-simple-phone-input",
"version": "1.0.11-beta",
"version": "1.1.1-beta",
"description": "A simple react phone input component with calling code dropdown🤷",

@@ -44,3 +44,3 @@ "main": "dist/cjs/index.js",

},
"dependencies": {
"resolutions": {
"react": "^18.2.0",

@@ -47,0 +47,0 @@ "react-dom": "^18.2.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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