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

@black-kro/ui

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@black-kro/ui - npm Package Compare versions

Comparing version 0.1.46 to 0.1.47

src/composables/useIcon.ts

2

package.json
{
"name": "@black-kro/ui",
"version": "0.1.46",
"version": "0.1.47",
"private": false,

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

import type { Plugin } from 'vue'
import type { IconifyGlobal } from '@purge-icons/generated'
import { registerThemeWatcher } from './composables/useTheme'
import { IconSymbol } from './composables/useIcon'

@@ -12,2 +14,6 @@ import * as KroComponents from './components'

interface KroUIBaseConfiguration {
icons: IconifyGlobal
}
export const KroUIBaseConfigurationPlugin = (): Plugin => ({

@@ -26,3 +32,3 @@ install(app, config: KroUIConfiguration) {

const KroUIPluginBase = (components: any, directives: any): Plugin => ({
install(app) {
install(app, config: KroUIBaseConfiguration) {
/**

@@ -48,2 +54,4 @@ * Register Components

app.provide(IconSymbol, config.icons)
/**

@@ -50,0 +58,0 @@ * Register the theme watcher

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