New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-iconic-font

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-iconic-font - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

fonts/fontawesome.ttf

2

package.json
{
"name": "react-native-iconic-font",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -24,3 +24,3 @@ # react-native-iconic-font

```
var icon = require('react-native-iconic-font/font-awesome');
var icon = require('react-native-iconic-font/fontawesome');

@@ -31,4 +31,5 @@ ...

render: function() {
//FontFamily perproty value must same as font file name.
return (
<Text style={{fontFamily: 'fontawesome',fontSize:30}}>
<Text style={{fontFamily: 'fontawesome',fontSize:30}}>
twitter-icon:{icon('twitter')}

@@ -86,2 +87,2 @@ </Text>

2015.11.24:
* add material-design-icons
* add material-design-icons
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