Socket
Socket
Sign inDemoInstall

react-native-vector-icons

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-vector-icons - npm Package Compare versions

Comparing version 0.6.7 to 0.6.8

2

Examples/IconExplorer/IconList.js

@@ -58,3 +58,3 @@ 'use strict';

automaticallyAdjustContentInsets={false}
keyboardDismissMode="onDrag"
keyboardDismissMode="on-drag"
keyboardShouldPersistTaps={true}

@@ -61,0 +61,0 @@ showsVerticalScrollIndicator={false}

@@ -10,5 +10,5 @@ {

"lodash": "^3.8.0",
"react-native": "^0.7.0-rc.2",
"react-native": "^0.8.0",
"react-native-vector-icons": "file:../../"
}
}

@@ -9,5 +9,5 @@ {

"dependencies": {
"react-native": "^0.7.0-rc.2",
"react-native": "^0.8.0",
"react-native-vector-icons": "file:../../"
}
}

@@ -173,2 +173,3 @@ /**

"credit-card": 61597,
"feed": 61598,
"rss": 61598,

@@ -503,2 +504,4 @@ "hdd-o": 61600,

"git": 61907,
"y-combinator-square": 61908,
"yc-square": 61908,
"hacker-news": 61908,

@@ -514,3 +517,2 @@ "tencent-weibo": 61909,

"history": 61914,
"genderless": 61915,
"circle-thin": 61915,

@@ -586,2 +588,3 @@ "header": 61916,

"mercury": 61987,
"intersex": 61988,
"transgender": 61988,

@@ -596,2 +599,3 @@ "transgender-alt": 61989,

"neuter": 61996,
"genderless": 61997,
"facebook-official": 62000,

@@ -608,3 +612,80 @@ "pinterest-p": 62001,

"subway": 62009,
"medium": 62010
"medium": 62010,
"yc": 62011,
"y-combinator": 62011,
"optin-monster": 62012,
"opencart": 62013,
"expeditedssl": 62014,
"battery-4": 62016,
"battery-full": 62016,
"battery-3": 62017,
"battery-three-quarters": 62017,
"battery-2": 62018,
"battery-half": 62018,
"battery-1": 62019,
"battery-quarter": 62019,
"battery-0": 62020,
"battery-empty": 62020,
"mouse-pointer": 62021,
"i-cursor": 62022,
"object-group": 62023,
"object-ungroup": 62024,
"sticky-note": 62025,
"sticky-note-o": 62026,
"cc-jcb": 62027,
"cc-diners-club": 62028,
"clone": 62029,
"balance-scale": 62030,
"hourglass-o": 62032,
"hourglass-1": 62033,
"hourglass-start": 62033,
"hourglass-2": 62034,
"hourglass-half": 62034,
"hourglass-3": 62035,
"hourglass-end": 62035,
"hourglass": 62036,
"hand-grab-o": 62037,
"hand-rock-o": 62037,
"hand-stop-o": 62038,
"hand-paper-o": 62038,
"hand-scissors-o": 62039,
"hand-lizard-o": 62040,
"hand-spock-o": 62041,
"hand-pointer-o": 62042,
"hand-peace-o": 62043,
"trademark": 62044,
"registered": 62045,
"creative-commons": 62046,
"gg": 62048,
"gg-circle": 62049,
"tripadvisor": 62050,
"odnoklassniki": 62051,
"odnoklassniki-square": 62052,
"get-pocket": 62053,
"wikipedia-w": 62054,
"safari": 62055,
"chrome": 62056,
"firefox": 62057,
"opera": 62058,
"internet-explorer": 62059,
"tv": 62060,
"television": 62060,
"contao": 62061,
"500px": 62062,
"amazon": 62064,
"calendar-plus-o": 62065,
"calendar-minus-o": 62066,
"calendar-times-o": 62067,
"calendar-check-o": 62068,
"industry": 62069,
"map-pin": 62070,
"map-signs": 62071,
"map-o": 62072,
"map": 62073,
"commenting": 62074,
"commenting-o": 62075,
"houzz": 62076,
"vimeo": 62077,
"black-tie": 62078,
"fonticons": 62080
};

@@ -611,0 +692,0 @@

{
"name": "react-native-vector-icons",
"version": "0.6.7",
"version": "0.6.8",
"description": "Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling. Choose from 3000+ bundled icons or use your own.",

@@ -49,3 +49,3 @@ "main": "index.js",

"peerDependencies": {
"react-native": ">=0.4.0 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2"
"react-native": ">=0.4.0 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc"
},

@@ -58,5 +58,5 @@ "dependencies": {

"evil-icons": "^1.7.6",
"font-awesome": "^4.3.0",
"font-awesome": "^4.4.0",
"material-design-icons": "^2.0"
}
}

@@ -28,3 +28,3 @@ # Vector Icons for React Native

* [`EvilIcons`](http://evil-icons.io) by Alexander Madyankin & Roman Shamin (v1.7.6, **68** icons)
* [`FontAwesome`](http://fortawesome.github.io/Font-Awesome/icons/) by Dave Gandy (v4.3, **519** icons)
* [`FontAwesome`](http://fortawesome.github.io/Font-Awesome/icons/) by Dave Gandy (v4.4, **585** icons)
* [`Foundation`](http://zurb.com/playground/foundation-icon-fonts-3) by ZURB, Inc. (v3.0, **283** icons)

@@ -31,0 +31,0 @@ * [`Ionicons`](http://ionicons.com/) by Ben Sperry (v2.0.1, **733** icons)

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