react-social-icons
Advanced tools
Comparing version 5.5.0 to 5.5.1
@@ -22,3 +22,8 @@ module.exports = { | ||
"no-unused-vars": ["error", { "ignoreRestSiblings": true }], | ||
}, | ||
"settings": { | ||
"react": { | ||
"version": "detect" | ||
} | ||
} | ||
}; |
@@ -18,2 +18,3 @@ import { FunctionComponent, CSSProperties } from 'react'; | ||
declare const SocialIcon: FunctionComponent<SocialIconProps>; | ||
export { SocialIcon, SocialIconProps }; | ||
declare function keyFor(url?: string): string; | ||
export { SocialIcon, SocialIconProps, keyFor }; |
{ | ||
"name": "react-social-icons", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"description": "beautiful, easy svg social icons in react", | ||
@@ -5,0 +5,0 @@ "main": "./build/react-social-icons.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
101411
865