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

@aeria-ui/theme

Package Overview
Dependencies
Maintainers
0
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aeria-ui/theme - npm Package Compare versions

Comparing version 0.0.58 to 0.0.59

4

dist/index.js

@@ -1,2 +0,2 @@

import { useBreakpoints, useNavbar } from '@aeria-ui/core';
import { useBreakpoints, useNavbar, MENU_SCHEMA_SYMBOL } from '@aeria-ui/core';
import { useStore, getGlobalStateManager } from '@aeria-ui/state-management';

@@ -65,3 +65,3 @@ import { reactive, inject, toRefs, onMounted } from 'vue';

export const initTheme = () => {
const menuSchema = inject('menuSchema', []);
const menuSchema = inject(MENU_SCHEMA_SYMBOL, []);
manager = getGlobalStateManager();

@@ -68,0 +68,0 @@ onMounted(async () => {

{
"name": "@aeria-ui/theme",
"type": "module",
"version": "0.0.58",
"version": "0.0.59",
"description": "",

@@ -28,3 +28,3 @@ "keywords": [],

"peerDependencies": {
"@aeria-ui/core": "^0.0.76",
"@aeria-ui/core": "^0.0.77",
"@aeria-ui/state-management": "^0.0.14",

@@ -38,6 +38,6 @@ "@aeriajs/common": "0.0",

"dev": "vite",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "tsc"
}
}
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