New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alexandragr/ui-kit

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alexandragr/ui-kit - npm Package Compare versions

Comparing version

to
1.0.0-beta.5

2

lib/global-loader/global-loader.js
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from 'react';
import { DynamicSvgIcon, } from '@mihanizm56/icons-loader';
import styles from './global-preloader.module.scss';
import styles from './global-loader.module.scss';
export const GlobalLoader = memo(({ imgPath, version = 'v0.0.0', appNamespace = 'root' }) => (_jsx(DynamicSvgIcon, { appNamespace: appNamespace, className: styles.GlobalPreloader, height: 70, imgName: "global-loader-ui", imgPath: imgPath, version: version, width: 70 })));
{
"name": "@alexandragr/ui-kit",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"homepage": ".",

@@ -5,0 +5,0 @@ "description": "library of ui components",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet