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

gl-texture2d

Package Overview
Dependencies
Maintainers
1
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 0.0.1 to 0.0.2

2

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

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

@@ -215,3 +215,3 @@ "use strict"

if(typeof arguments[1] === "number") {
return createTextureShape(gl, arguments[0], arguments[1], arguments[2]||gl.RGBA, arguments[3]||gl.UNSIGNED_BYTE)
return createTextureShape(gl, arguments[1], arguments[2], arguments[3]||gl.RGBA, arguments[4]||gl.UNSIGNED_BYTE)
}

@@ -218,0 +218,0 @@ if(typeof arguments[1] === "object") {

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