react-social-icons
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -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 @@ -------------------------------------- |
{ | ||
"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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
100764
1
21
0
24
- Removedlodash-node@^3.4.0
- Removedlodash-node@3.10.2(transitive)