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 4.0.1 to 4.0.2

4

dist/social-icon.js

@@ -12,4 +12,2 @@ "use strict";

var _classnames = _interopRequireDefault(require("classnames"));
var _background = _interopRequireDefault(require("./background.js"));

@@ -58,3 +56,3 @@

rel: "noopener",
className: (0, _classnames.default)('social-icon', className),
className: 'social-icon' + (!!className ? ' ' + className : ''),
style: _objectSpread({}, _styles.socialIcon, props.style),

@@ -61,0 +59,0 @@ "aria-label": label || networkKey

{
"name": "react-social-icons",
"version": "4.0.1",
"version": "4.0.2",
"description": "beautiful, easy svg social icons in react",

@@ -26,4 +26,6 @@ "main": "./dist/react-social-icons.js",

"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"enzyme": "^3.8.0",

@@ -34,2 +36,3 @@ "enzyme-adapter-react-16": "^1.7.1",

"parcel-bundler": "^1.11.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",

@@ -39,7 +42,3 @@ "should": "^13.2.3"

"dependencies": {
"@babel/core": "^7.2.2",
"@babel/register": "^7.0.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.2",
"react": "^16.7.0"
"prop-types": "^15.6.2"
},

@@ -46,0 +45,0 @@ "peerDependencies": {

@@ -33,1 +33,8 @@ # react-social-icons

```
## Release
```
npm version <semver>
npm publish
```
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