Socket
Socket
Sign inDemoInstall

@ltht-react/icon

Package Overview
Dependencies
Maintainers
6
Versions
323
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltht-react/icon - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

lib/atoms/external-link-icon.d.ts

1

lib/atoms/index.d.ts

@@ -7,4 +7,5 @@ export { default as ChevronCircleIcon } from './chevron-circle-icon';

export { default as ExclamationIcon } from './exclamation-icon';
export { default as ExternalLinkIcon } from './external-link-icon';
export { default as SpinnerIcon } from './spinner-icon';
export { default as TableIcon } from './table-icon';
export { default as InfoCircleIcon } from './info-circle-icon';

4

lib/atoms/index.js

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.InfoCircleIcon = exports.TableIcon = exports.SpinnerIcon = exports.ExclamationIcon = exports.CounterIcon = exports.ColumnIcon = exports.CircleIcon = exports.ChevronIcon = exports.ChevronCircleIcon = void 0;
exports.InfoCircleIcon = exports.TableIcon = exports.SpinnerIcon = exports.ExternalLinkIcon = exports.ExclamationIcon = exports.CounterIcon = exports.ColumnIcon = exports.CircleIcon = exports.ChevronIcon = exports.ChevronCircleIcon = void 0;
var chevron_circle_icon_1 = require("./chevron-circle-icon");

@@ -20,2 +20,4 @@ Object.defineProperty(exports, "ChevronCircleIcon", { enumerable: true, get: function () { return __importDefault(chevron_circle_icon_1).default; } });

Object.defineProperty(exports, "ExclamationIcon", { enumerable: true, get: function () { return __importDefault(exclamation_icon_1).default; } });
var external_link_icon_1 = require("./external-link-icon");
Object.defineProperty(exports, "ExternalLinkIcon", { enumerable: true, get: function () { return __importDefault(external_link_icon_1).default; } });
var spinner_icon_1 = require("./spinner-icon");

@@ -22,0 +24,0 @@ Object.defineProperty(exports, "SpinnerIcon", { enumerable: true, get: function () { return __importDefault(spinner_icon_1).default; } });

{
"name": "@ltht-react/icon",
"version": "1.1.1",
"version": "1.2.0",
"description": "ltht-react styled Icon component.",

@@ -33,3 +33,3 @@ "author": "LTHT",

"@fortawesome/react-fontawesome": "^0.1.8",
"@ltht-react/styles": "^1.1.0",
"@ltht-react/styles": "^1.2.0",
"@ltht-react/types": "^1.0.0",

@@ -39,3 +39,3 @@ "@ltht-react/utils": "^1.1.1",

},
"gitHead": "a60bc0a242a9690523faaf2b007a6ad63a353007"
"gitHead": "098fc387ca2a9345296fb88483e929c5f766167a"
}

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