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

@agnos-ui/core

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agnos-ui/core - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

6

package.json
{
"name": "@agnos-ui/core",
"description": "Framework-agnostic headless widget library.",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",

@@ -48,3 +48,3 @@ "main": "./index.cjs",

"@amadeus-it-group/tansu": "^1.0.0",
"@floating-ui/dom": "^1.6.7",
"@floating-ui/dom": "^1.6.8",
"esm-env": "^1.0.0"

@@ -63,4 +63,4 @@ },

"headless",
"accordion",
"AgnosUI",
"accordion",
"alert",

@@ -67,0 +67,0 @@ "components",

@@ -67,3 +67,3 @@ export type NavManager = ReturnType<typeof createNavManager>;

directive: <T = any>(node: import("..").SSRHTMLElement, args: NavManagerItemConfig<T>) => void | {
update?: (args: NavManagerItemConfig<T>) => void;
update?: ((args: NavManagerItemConfig<T>) => void) | undefined;
destroy?: () => void;

@@ -70,0 +70,0 @@ };

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