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

react-social-icons

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-social-icons - npm Package Compare versions

Comparing version 5.5.0 to 5.5.1

5

.eslintrc.js

@@ -22,3 +22,8 @@ module.exports = {

"no-unused-vars": ["error", { "ignoreRestSiblings": true }],
},
"settings": {
"react": {
"version": "detect"
}
}
};

3

build/react-social-icons.d.ts

@@ -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",

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