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 7.0.1 to 7.0.2

4

package.json
{
"name": "react-unity-webgl",
"version": "7.0.1",
"version": "7.0.2",
"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.",

@@ -8,3 +8,3 @@ "main": "source/index.js",

"start": "tsc source/index.ts --declaration --declarationMap --sourceMap --module CommonJS --watch",
"compile": "tsc source/index.ts --declaration --module CommonJS"
"compile": "tsc source/index.ts --declaration --sourceMap --module CommonJS"
},

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

<div align="center">
<img src="https://raw.githubusercontent.com/jeffreylanters/react-unity-webgl/master/wiki/resources/logo.png" height="100px"></br>
<img src="https://raw.githubusercontent.com/jeffreylanters/react-unity-webgl/master/.github/WIKI/logo.png" height="100px"></br>

@@ -17,3 +17,3 @@ [![license](https://img.shields.io/badge/license-Apache_2.0-red.svg)]()

[**Test Environment**](https://github.com/jeffreylanters/react-unity-webgl-test) &middot;
[**Example Video**](https://raw.githubusercontent.com/jeffreylanters/react-unity-webgl/master/wiki/resources/demo.gif) &middot;
[**Example Video**](https://raw.githubusercontent.com/jeffreylanters/react-unity-webgl/master/.github/WIKI/demo.gif) &middot;
[**Buy me a Coffee**](https://paypal.me/jeffreylanters)

@@ -20,0 +20,0 @@ **&Gt;**

@@ -82,1 +82,2 @@ "use strict";

exports["default"] = Unity;
//# sourceMappingURL=Unity.js.map

@@ -18,1 +18,2 @@ "use strict";

})(UnityVersion = exports.UnityVersion || (exports.UnityVersion = {}));
//# sourceMappingURL=UnityVersion.js.map

@@ -9,1 +9,2 @@ "use strict";

exports["default"] = Unity_1["default"];
//# sourceMappingURL=index.js.map
"use strict";
exports.__esModule = true;
//# sourceMappingURL=IUnityConfig.js.map
"use strict";
exports.__esModule = true;
//# sourceMappingURL=IUnityEvent.js.map
"use strict";
exports.__esModule = true;
//# sourceMappingURL=IUnityProps.js.map
"use strict";
exports.__esModule = true;
//# sourceMappingURL=IUnityState.js.map

@@ -32,1 +32,2 @@ "use strict";

exports["default"] = UnityLoaderService;
//# sourceMappingURL=UnityLoaderService.js.map

@@ -101,1 +101,2 @@ "use strict";

exports["default"] = UnityContent;
//# sourceMappingURL=UnityContent.js.map
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