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

@react-md/icon

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/icon - npm Package Compare versions

Comparing version 2.0.0-alpha.11 to 2.0.0-alpha.12

es/IconProvider.js

2

es/index.js

@@ -9,2 +9,4 @@ export { default as FontIcon } from "./FontIcon";

export * from "./IconRotator";
export { default as IconProvider } from "./IconProvider";
export * from "./IconProvider";
//# sourceMappingURL=index.js.map

@@ -18,2 +18,5 @@ "use strict";

__export(require("./IconRotator"));
var IconProvider_1 = require("./IconProvider");
exports.IconProvider = IconProvider_1.default;
__export(require("./IconProvider"));
//# sourceMappingURL=index.js.map

10

package.json
{
"name": "@react-md/icon",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"description": "This package is for including icons within react-md. There is included support for both font icons and SVG icons. There is also a helper component for applying spacing between icons and text.",

@@ -40,5 +40,5 @@ "scripts": {

"dependencies": {
"@react-md/theme": "^2.0.0-alpha.11",
"@react-md/typography": "^2.0.0-alpha.11",
"@react-md/utils": "^2.0.0-alpha.11",
"@react-md/theme": "^2.0.0-alpha.12",
"@react-md/typography": "^2.0.0-alpha.12",
"@react-md/utils": "^2.0.0-alpha.12",
"classnames": "^2.2.6"

@@ -55,3 +55,3 @@ },

},
"gitHead": "740017d534dece692a4520df98de74df4d2e55c7"
"gitHead": "b31afe8dc076cf0647ac3e99dc0b61f8f4b7b0e2"
}

@@ -39,3 +39,3 @@ # @react-md/icon

Even though the `FontIcon` and `SVGIcon` components are the "main" exports for
this package, they are more utilility components and probably won't be used much
this package, they are more utility components and probably won't be used much
once you set up your own icon system. The _real_ exports are going to be the

@@ -42,0 +42,0 @@ `TextIconSpacing` and `IconRotator` components.

@@ -12,1 +12,4 @@ export { default as FontIcon } from "./FontIcon";

export * from "./IconRotator";
export { default as IconProvider } from "./IconProvider";
export * from "./IconProvider";

@@ -9,1 +9,3 @@ export { default as FontIcon } from "./FontIcon";

export * from "./IconRotator";
export { default as IconProvider } from "./IconProvider";
export * from "./IconProvider";

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

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

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

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

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