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.1.5 to 1.1.6

4

context.js

@@ -13,5 +13,2 @@ /** @module gl-util/context */

let canvas = opts.canvas;
if (!canvas) canvas = document.createElement('canvas');
//provide defaults

@@ -21,2 +18,3 @@

let gl = glContext({
canvas: opts.canvas ? opts.canvas : document.createElement('canvas'),
antialias: opts.antialias != null ? opts.antialias : true,

@@ -23,0 +21,0 @@ alpha: opts.alpha != null ? opts.alpha : true,

{
"name": "gl-util",
"version": "1.1.5",
"version": "1.1.6",
"description": "Set of practical webgl utils",

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

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