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

rox-icon

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rox-icon - npm Package Compare versions

Comparing version 0.0.32 to 0.0.33

17

lib/view/icon.js

@@ -13,2 +13,4 @@ /** @jsx createElement */

exports.setIconConfig = setIconConfig;
var _rax = require('rax');

@@ -52,2 +54,8 @@

var iconConfigs = _code2.default;
function setIconConfig(config) {
iconConfigs = config;
}
var Icon = function (_Component) {

@@ -69,4 +77,4 @@ _inherits(Icon, _Component);

var fontURL = _code2.default[version].url;
var fontName = _code2.default[version].fontName;
var fontURL = iconConfigs[version].url;
var fontName = iconConfigs[version].fontName;

@@ -106,3 +114,3 @@ (0, _nukeIconfont2.default)({ name: fontName, url: fontURL });

var iconConfig = _code2.default[version];
var iconConfig = iconConfigs[version];
var styles = this.props.themeStyle;

@@ -170,3 +178,2 @@

exports.default = StyledIcon;
module.exports = exports['default'];
exports.default = StyledIcon;
{
"name": "rox-icon",
"version": "0.0.32",
"version": "0.0.33",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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