Socket
Socket
Sign inDemoInstall

@expo/vector-icons

Package Overview
Dependencies
Maintainers
26
Versions
54
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 14.0.0 to 14.0.1

6

build/createIconSet.js

@@ -44,7 +44,7 @@ import * as Font from 'expo-font';

if (!this.state.fontIsLoaded) {
return React.createElement(Text, null);
return <Text />;
}
return (React.createElement(RNVIconComponent, { ref: (view) => {
return (<RNVIconComponent ref={(view) => {
this._icon = view;
}, ...this.props }));
}} {...this.props}/>);
}

@@ -51,0 +51,0 @@ };

{
"name": "@expo/vector-icons",
"sideEffects": false,
"version": "14.0.0",
"version": "14.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.",

@@ -41,9 +41,13 @@ "main": "build/IconsLazy.js",

"devDependencies": {
"@babel/core": "^7.23.7",
"@types/react-native": "~0.64",
"eslint": "^8.56.0",
"eslint-config-universe": "^12.0.0",
"expo-font": "^10.0.5",
"expo-module-scripts": "^2.1.1",
"expo-font": "^11.10.0",
"expo-module-scripts": "^3.4.0",
"prettier": "^3.1.1"
},
"dependencies": {
"prop-types": "^15.8.1"
}
}

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

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