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 1.0.3 to 1.0.4

6

CHANGELOG.md

@@ -0,1 +1,7 @@

v1.0.4 - Sun, 15 Mar 2015 03:41:08 GMT
--------------------------------------
-
v1.0.3 - Sun, 15 Mar 2015 03:37:05 GMT

@@ -2,0 +8,0 @@ --------------------------------------

6

package.json
{
"name": "react-social-icons",
"version": "1.0.3",
"description": "efficient svg social icons",
"version": "1.0.4",
"description": "beautiful, easy svg social icons in react",
"main": "index.js",

@@ -28,2 +28,3 @@ "scripts": {

"karma-webpack": "1.5.0",
"lodash-node": "^3.4.0",
"mocha": "^2.1.0",

@@ -40,5 +41,4 @@ "react-tools": "^0.12.2",

"dependencies": {
"lodash-node": "^3.4.0",
"react": "^0.12.2"
}
}

@@ -15,6 +15,8 @@ # react-social-icons

Pass in the `url` prop of your social network, and the icon will be rendered.
```js
var React = require('react');
var { SocialIcon } = require('react-social-icons');
React.render(<SocialIcon url="http://linkedin.com/in/jaketrent" />, document.body);
React.render(<SocialIcon url="http://twitter.com/jaketrent" />, document.body);
```

Sorry, the diff of this file is not supported yet

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