Socket
Socket
Sign inDemoInstall

@expo/vector-icons

Package Overview
Dependencies
Maintainers
17
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 10.0.0-rc.0 to 10.0.0-rc.1

1

build/Icons.d.ts

@@ -6,2 +6,3 @@ export { default as AntDesign } from './AntDesign';

export { default as FontAwesome } from './FontAwesome';
export { default as FontAwesome5 } from './FontAwesome5';
export { default as Foundation } from './Foundation';

@@ -8,0 +9,0 @@ export { default as Ionicons } from './Ionicons';

@@ -6,2 +6,3 @@ export { default as AntDesign } from './AntDesign';

export { default as FontAwesome } from './FontAwesome';
export { default as FontAwesome5 } from './FontAwesome5';
export { default as Foundation } from './Foundation';

@@ -8,0 +9,0 @@ export { default as Ionicons } from './Ionicons';

@@ -36,2 +36,8 @@ "use strict";

});
Object.defineProperty(exports, "FontAwesome5", {
enumerable: true,
get: function () {
return _FontAwesome2.default;
}
});
Object.defineProperty(exports, "Foundation", {

@@ -114,2 +120,4 @@ enumerable: true,

var _FontAwesome2 = _interopRequireDefault(require("./FontAwesome5"));
var _Foundation = _interopRequireDefault(require("./Foundation"));

@@ -116,0 +124,0 @@

2

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

@@ -6,2 +6,3 @@ export { default as AntDesign } from './AntDesign';

export { default as FontAwesome } from './FontAwesome';
export { default as FontAwesome5 } from './FontAwesome5';
export { default as Foundation } from './Foundation';

@@ -8,0 +9,0 @@ export { default as Ionicons } from './Ionicons';

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