Socket
Socket
Sign inDemoInstall

expo-vector-icons

Package Overview
Dependencies
103
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.0.0 to 10.0.1

7

build/FontAwesome5.d.ts

@@ -1,3 +0,8 @@

export { FA5Style } from './vendor/react-native-vector-icons/lib/create-icon-set-from-fontawesome5';
export declare const FA5Style: {
regular: string;
light: string;
solid: string;
brand: string;
};
declare const iconSet: any;
export default iconSet;

@@ -10,5 +10,10 @@ import { createFA5iconSet } from './createIconSetFromFontAwesome5';

};
export { FA5Style } from './vendor/react-native-vector-icons/lib/create-icon-set-from-fontawesome5';
export const FA5Style = {
regular: 'regular',
light: 'light',
solid: 'solid',
brand: 'brand',
};
const iconSet = createFA5iconSet(glyphMap, metadata, fontMap, false);
export default iconSet;
//# sourceMappingURL=FontAwesome5.js.map

2

package.json
{
"name": "expo-vector-icons",
"sideEffects": false,
"version": "10.0.0",
"version": "10.0.1",
"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",

@@ -12,3 +12,8 @@ import { createFA5iconSet } from './createIconSetFromFontAwesome5';

export { FA5Style } from './vendor/react-native-vector-icons/lib/create-icon-set-from-fontawesome5';
export const FA5Style = {
regular: 'regular',
light: 'light',
solid: 'solid',
brand: 'brand',
};

@@ -15,0 +20,0 @@ const iconSet = createFA5iconSet(glyphMap, metadata, fontMap, false);

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc