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

@babylonjs/controls

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babylonjs/controls - npm Package Compare versions

Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16

2

dist/src/resizer/resizer.js

@@ -83,2 +83,4 @@ import { EffectWrapper, EffectRenderer } from "@babylonjs/core/Materials/effectRenderer";

const texture = new BaseTexture(null);
texture.wrapU = Constants.TEXTURE_CLAMP_ADDRESSMODE;
texture.wrapV = Constants.TEXTURE_CLAMP_ADDRESSMODE;
texture._texture = outputTexture;

@@ -85,0 +87,0 @@ return texture;

2

package.json
{
"name": "@babylonjs/controls",
"version": "1.0.0-alpha.15",
"version": "1.0.0-alpha.16",
"description": "Babylon.js controls are a set of regular web controls that used hardware accelerated rendering through Babylon.js to provide blazing fast dedicated controls.",

@@ -5,0 +5,0 @@ "author": {

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