New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-unity-webgl

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-unity-webgl - npm Package Compare versions

Comparing version 8.0.3 to 8.0.4

1

distribution/components/unity.js

@@ -146,2 +146,3 @@ "use strict";

className: this.props.className || "",
tabIndex: this.props.tabIndex,
ref: function (r) { return (_this.htmlCanvasElementReference = r); },

@@ -148,0 +149,0 @@ style: {

@@ -23,3 +23,11 @@ import UnityContext from "../models/unityContext";

height?: string | number;
/**
* The tabIndex of the element. Mitigates the issue that once WebGL is loaded,
* the keyboard is captured and HTML inputs are not reacting to keyboard
* strokes anymore.
* @type {number}
* @see https://stackoverflow.com/a/60854680
*/
tabIndex?: number;
}
//# sourceMappingURL=unityProps.d.ts.map

2

package.json
{
"name": "react-unity-webgl",
"version": "8.0.3",
"version": "8.0.4",
"description": "React Unity WebGL provides an easy solution for embedding Unity WebGL builds in your React application, with two-way communication between your React and Unity application with advanced API's.",

@@ -5,0 +5,0 @@ "main": "./distribution/exports.js",

Sorry, the diff of this file is not supported yet

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