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

@lightningjs/solid-primitives

Package Overview
Dependencies
Maintainers
7
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/solid-primitives - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

4

dist/packages/navigation.js

@@ -17,3 +17,3 @@ /*

*/
import { ElementNode, setActiveElement } from '@lightningjs/solid';
import { ElementNode } from '@lightningjs/solid';
import { assertTruthy } from './utils.js';

@@ -66,3 +66,3 @@ export function handleNavigation(direction) {

}
setActiveElement(active);
active.setFocus();
return true;

@@ -69,0 +69,0 @@ };

{
"name": "@lightningjs/solid-primitives",
"version": "0.5.2",
"version": "0.5.3",
"description": "Lightning Primitives for Solid Lightning",

@@ -5,0 +5,0 @@ "type": "module",

@@ -18,3 +18,3 @@ /*

import { ElementNode, setActiveElement } from '@lightningjs/solid';
import { ElementNode } from '@lightningjs/solid';
import { assertTruthy } from './utils.js';

@@ -79,5 +79,5 @@ import type { KeyHandler } from './useFocusManager.js';

}
setActiveElement(active);
active.setFocus();
return true;
};
}

Sorry, the diff of this file is not supported yet

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