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

@lightningtv/solid

Package Overview
Dependencies
Maintainers
0
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningtv/solid - npm Package Compare versions

Comparing version 2.4.5 to 2.4.6

dist/src/primitives/Column.d.ts

7

dist/src/primitives/index.d.ts

@@ -9,2 +9,9 @@ export * from './useFocusManager.js';

export * from './router.js';
export * from './Column.jsx';
export * from './Row.jsx';
export { withScrolling } from './utils/withScrolling.js';
export { chainFunctions } from './utils/chainFunctions.js';
export { handleNavigation, onGridFocus } from './utils/handleNavigation.js';
export { createSpriteMap } from './utils/createSpriteMap.js';
export type * from './types.js';
export type { KeyHandler } from '@lightningtv/core/focusManager';

@@ -9,2 +9,8 @@ export * from './useFocusManager.js';

export * from './router.js';
export * from './Column.jsx';
export * from './Row.jsx';
export { withScrolling } from './utils/withScrolling.js';
export { chainFunctions } from './utils/chainFunctions.js';
export { handleNavigation, onGridFocus } from './utils/handleNavigation.js';
export { createSpriteMap } from './utils/createSpriteMap.js';
//# sourceMappingURL=index.js.map

32

package.json
{
"name": "@lightningtv/solid",
"version": "2.4.5",
"version": "2.4.6",
"description": "Lightning Renderer for Solid Universal",

@@ -45,21 +45,21 @@ "type": "module",

"dependencies": {
"@lightningtv/core": "^2.4.3",
"@lightningtv/core": "^2.4.8",
"@solid-primitives/event-listener": "^2.3.3",
"@solid-primitives/mouse": "^2.0.19",
"@solid-primitives/scheduled": "^1.4.3"
"@solid-primitives/mouse": "^2.0.20",
"@solid-primitives/scheduled": "^1.4.4"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "^9.8.0",
"@eslint/js": "^9.14.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.8.0",
"husky": "^9.1.3",
"lint-staged": "^15.2.7",
"globals": "^15.12.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"solid-js": "^1.8.19",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0"
"solid-js": "^1.9.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0"
},

@@ -74,5 +74,5 @@ "lint-staged": {

"peerDependencies": {
"solid-js": "*",
"@lightningjs/renderer": "^2.4.0",
"@solidjs/router": "^0.14.10"
"@solidjs/router": "^0.14.10",
"solid-js": "*"
},

@@ -79,0 +79,0 @@ "repository": {

@@ -9,2 +9,10 @@ export * from './useFocusManager.js';

export * from './router.js';
export * from './Column.jsx';
export * from './Row.jsx';
export { withScrolling } from './utils/withScrolling.js';
export { chainFunctions } from './utils/chainFunctions.js';
export { handleNavigation, onGridFocus } from './utils/handleNavigation.js';
export { createSpriteMap } from './utils/createSpriteMap.js';
export type * from './types.js';
export type { KeyHandler } from '@lightningtv/core/focusManager';

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