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.7 to 1.0.8

3

attribute.js

@@ -15,3 +15,6 @@ 'use strict'

if (!gl) throw Error('WebGL context is not provided');
if (!program) program = getProgram(gl);
else getProgram(gl, program);
if (!program) throw Error('Context has no active program');

@@ -18,0 +21,0 @@

2

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

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

@@ -18,2 +18,4 @@ 'use strict'

if (!program) program = getProgram(gl);
else getProgram(gl, program);
if (!program) throw Error('Context has no active program');

@@ -20,0 +22,0 @@

@@ -18,2 +18,4 @@ /* @module gl-util/unifrom */

if (!program) program = getProgram(gl);
else getProgram(gl, program);
if (!program) throw Error('Context has no active program');

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