You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

gl-geometry

Package Overview
Dependencies
Maintainers
7
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gl-geometry - npm Package Compare versions

Comparing version
3.1.0
to
3.1.1
+1
-1
index.js

@@ -70,3 +70,3 @@ var normalize = require('./normalize')

GLGeometry.prototype.attr = function attr (name, attr, opts) {
GLGeometry.prototype.attr = function (name, attr, opts) {
// If we get a simplicial complex

@@ -73,0 +73,0 @@ if (attr.cells && attr.positions) {

{
"name": "gl-geometry",
"version": "3.1.0",
"version": "3.1.1",
"description": "A flexible wrapper for gl-vao and gl-buffer that you can use to set up renderable WebGL geometries from a variety of different formats.",

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