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
4
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.1.0 to 1.2.0

4

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

@@ -28,3 +28,3 @@ "repository": {

"dependencies": {
"@lightningjs/ui-components": "2.2.4"
"@lightningjs/ui-components": "^2.3.0"
},

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

@@ -30,6 +30,9 @@ /**

const stage = {
w: 1920,
h: 1080,
clearColor: 0x00000000,
canvas2d: false,
w: 1280,
h: 720,
precision: 2 / 3,
fontSharp: {
precision: 2 / 3,
fontSize: 12
},
useImageWorker: false

@@ -86,3 +89,4 @@ };

applicationW: 1920,
applicationH: 1080
applicationH: 1080,
stage
};

@@ -89,0 +93,0 @@ const opts = {

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