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

@lightningjs/ui-components-test-utils

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/ui-components-test-utils - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

8

package.json
{
"name": "@lightningjs/ui-components-test-utils",
"version": "1.5.0",
"version": "1.6.0",
"description": "Helpful Jest unit test utilities for LightningJS applications utilizing the Lightning-UI-Components package.",

@@ -13,5 +13,5 @@ "repository": {

".": {
"types": "./index.d.ts",
"import": "./index.js",
"require": "./index.js",
"types": "./index.d.ts"
"require": "./index.js"
}

@@ -38,3 +38,3 @@ },

"dependencies": {
"@lightningjs/ui-components": "^2.16.0"
"@lightningjs/ui-components": "^2.24.0"
},

@@ -41,0 +41,0 @@ "publishConfig": {

@@ -56,2 +56,3 @@ /**

...pressEvent,
timeStamp: Date.now(),
type: 'keydown',

@@ -75,3 +76,8 @@ ...keyEvt

[`_handle${keyEvt.key}Release`, '_handleKeyRelease'],
{ ...pressEvent, type: 'keyup', ...keyEvt }
{
...pressEvent,
timeStamp: Date.now(),
type: 'keyup',
...keyEvt
}
);

@@ -78,0 +84,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