react-simple-phone-input
Advanced tools
Comparing version 1.0.4-beta to 1.0.5-beta
import React from 'react'; | ||
import "./Button.css"; | ||
interface ButtonProps extends React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> { | ||
background?: string; | ||
textStyle?: React.CSSProperties; | ||
} | ||
declare const Button: React.FunctionComponent<ButtonProps>; | ||
export default Button; |
import React from 'react'; | ||
import "./Button.css"; | ||
interface ButtonProps extends React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> { | ||
background?: string; | ||
textStyle?: React.CSSProperties; | ||
} | ||
declare const Button: React.FunctionComponent<ButtonProps>; | ||
export default Button; |
import React from 'react'; | ||
interface ButtonProps extends React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> { | ||
background?: string; | ||
textStyle?: React.CSSProperties; | ||
} | ||
@@ -6,0 +6,0 @@ declare const Button: React.FunctionComponent<ButtonProps>; |
{ | ||
"name": "react-simple-phone-input", | ||
"version": "1.0.4-beta", | ||
"version": "1.0.5-beta", | ||
"description": "A simple react phone input component with calling code dropdown🤷", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Obfuscated code
Supply chain riskObfuscated files are intentionally packed to hide their behavior. This could be a sign of malware.
Found 1 instance in 1 package
551742
4819
0