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.3.0 to 5.4.0

3

build/react-social-icons.d.ts

@@ -1,2 +0,2 @@

import { FunctionComponent } from 'react';
import { FunctionComponent, CSSProperties } from 'react';
interface SVG {

@@ -15,4 +15,5 @@ icon: string;

defaultSVG?: SVG;
style?: CSSProperties;
}
declare const SocialIcon: FunctionComponent<SocialIconProps>;
export { SocialIcon, SocialIconProps };
{
"name": "react-social-icons",
"version": "5.3.0",
"version": "5.4.0",
"description": "beautiful, easy svg social icons in react",

@@ -5,0 +5,0 @@ "main": "./build/react-social-icons.js",

@@ -40,2 +40,3 @@ # react-social-icons &nbsp; ![build status](https://img.shields.io/github/workflow/status/jaketrent/react-social-icons/Build,%20Test,%20Publish/master) ![package version](https://img.shields.io/npm/v/react-social-icons) ![package size](https://img.shields.io/bundlephobia/minzip/react-social-icons) ![weekly downloads](https://img.shields.io/npm/dw/react-social-icons) ![type definitions](https://img.shields.io/npm/types/react-social-icons)

| defaultSVG | Object | No | Override the default icon for when a url is not matched to a social network. Requires string properties `icon`, `mask`, and `color`. (defaults to network `'sharethis'`)
| style | Object | No | Override style properties passed to the rendered anchor tag |

@@ -42,0 +43,0 @@ ## Contributing

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