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 3.0.5 to 3.0.6

2

context.js

@@ -42,3 +42,3 @@ /** @module gl-util/context */

if (typeof o.container === 'string') {
let c = document.querySelector(o.container)
var c = document.querySelector(o.container)
if (!o.container) throw Error(`Element '${o.container}' is not found`)

@@ -45,0 +45,0 @@ o.container = c

{
"name": "gl-util",
"version": "3.0.5",
"version": "3.0.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