Huge News!Announcing our $40M Series B led by Abstract Ventures.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.11 to 1.0.12

2

attribute.js

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

}
else {
else if (!program) {
program = getProgram(gl, program);

@@ -24,0 +24,0 @@ }

{
"name": "gl-util",
"version": "1.0.11",
"version": "1.0.12",
"description": "Set of practical webgl utils",

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

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

}
else {
else if (!program) {
program = getProgram(gl, program);

@@ -26,0 +26,0 @@ }

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

}
else {
else if (!program) {
program = getProgram(gl, program);

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