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

babylonjs-materials

Package Overview
Dependencies
Maintainers
1
Versions
660
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babylonjs-materials - npm Package Compare versions

Comparing version 4.0.0-alpha.6 to 4.0.0-alpha.7

3

babylonjs.materials.module.d.ts

@@ -69,2 +69,3 @@

needAlphaBlending(): boolean;
needAlphaBlendingForMesh(mesh: AbstractMesh): boolean;
needAlphaTesting(): boolean;

@@ -550,2 +551,4 @@ getAlphaTestTexture(): Nullable<BaseTexture>;

preMultiplyAlpha: boolean;
private _opacityTexture;
opacityTexture: BaseTexture;
private _gridControl;

@@ -552,0 +555,0 @@ private _renderId;

4

package.json

@@ -7,3 +7,3 @@ {

"description": "The Babylon.js materials library is a collection of advanced materials to be used in a Babylon.js scene.",
"version": "4.0.0-alpha.6",
"version": "4.0.0-alpha.7",
"repository": {

@@ -31,3 +31,3 @@ "type": "git",

"dependencies": {
"babylonjs": "4.0.0-alpha.6"
"babylonjs": "4.0.0-alpha.7"
},

@@ -34,0 +34,0 @@ "engines": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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