Socket
Socket
Sign inDemoInstall

gl-texture2d

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gl-texture2d - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

2

package.json
{
"name": "gl-texture2d",
"version": "2.0.6",
"version": "2.0.7",
"description": "WebGL texture wrapper",

@@ -5,0 +5,0 @@ "main": "texture.js",

@@ -530,3 +530,3 @@ 'use strict'

}
return new Texture2D(gl, tex, shape[1], shape[0], format, type)
return new Texture2D(gl, tex, shape[0], shape[1], format, type)
}

@@ -533,0 +533,0 @@

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