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

gl-util

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gl-util - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "gl-util",
"version": "1.0.5",
"version": "1.0.6",
"description": "Set of practical webgl utils",

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

const gl = require('webgl-context')()
const util = require('./')
document.body.appendChild(gl.canvas);

@@ -6,0 +5,0 @@

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

if (info.type === gl.SAMPLER_2D || info.type === gl.SAMPLER_CUBE) {
textures[name] = {name: info.name}
textures[info.name] = {name: info.name}
}

@@ -50,0 +50,0 @@ }

@@ -50,3 +50,3 @@ /* @module gl-util/unifrom */

else {
uniforms[name] = {name: info.name, type: info.type, data: null}
uniforms[info.name] = {name: info.name, type: info.type, data: null}
}

@@ -53,0 +53,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