Socket
Socket
Sign inDemoInstall

@expo/vector-icons

Package Overview
Dependencies
95
Maintainers
11
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.2.0 to 6.0.0-rc.0

.pt-yarn-lock

3

index.js

@@ -8,2 +8,5 @@ module.exports = {

},
get Feather() {
return require('./Feather').default;
},
get FontAwesome() {

@@ -10,0 +13,0 @@ return require('./FontAwesome').default;

4

package.json
{
"name": "@expo/vector-icons",
"version": "5.2.0",
"version": "6.0.0-rc.0",
"description": "Built-in support for 10 popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.",

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

"lodash": "^4.17.4",
"react-native-vector-icons": "4.1.1"
"react-native-vector-icons": "4.4.2"
},
"devDependencies": {}
}

@@ -8,2 +8,3 @@ import React, { Component } from 'react';

EvilIcons: require('react-native-vector-icons/glyphmaps/EvilIcons.json'),
Feather: require('react-native-vector-icons/glyphmaps/Feather.json'),
FontAwesome: require('react-native-vector-icons/glyphmaps/FontAwesome.json'),

@@ -10,0 +11,0 @@ Foundation: require('react-native-vector-icons/glyphmaps/Foundation.json'),

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc