Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@expo/vector-icons

Package Overview
Dependencies
Maintainers
9
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/vector-icons - npm Package Compare versions

Comparing version 10.0.2 to 10.0.3

10

build/createIconSetFromFontAwesome5.js

@@ -0,1 +1,2 @@

import { Platform } from 'react-native';
import createMultiStyleIconSet from './createMultiStyleIconSet';

@@ -31,5 +32,8 @@ export const FA5Style = {

fontFile,
fontStyle: {
fontWeight,
},
fontStyle: Platform.select({
ios: {
fontWeight,
},
default: {},
}),
glyphMap,

@@ -36,0 +40,0 @@ };

{
"name": "@expo/vector-icons",
"sideEffects": false,
"version": "10.0.2",
"version": "10.0.3",
"description": "Built-in support for 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.",

@@ -6,0 +6,0 @@ "main": "build/IconsLazy.js",

@@ -0,1 +1,2 @@

import { Platform } from 'react-native';
import createMultiStyleIconSet from './createMultiStyleIconSet';

@@ -37,5 +38,8 @@

fontFile,
fontStyle: {
fontWeight,
},
fontStyle: Platform.select({
ios: {
fontWeight,
},
default: {},
}),
glyphMap,

@@ -42,0 +46,0 @@ };

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