Socket
Socket
Sign inDemoInstall

regl

Package Overview
Dependencies
0
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.1 to 1.5.2

2

lib/shader.js

@@ -87,3 +87,3 @@ var check = require('./util/check')

if (attributeLocations) {
for (let i = 0; i < attributeLocations.length; ++i) {
for (i = 0; i < attributeLocations.length; ++i) {
var binding = attributeLocations[i]

@@ -90,0 +90,0 @@ gl.bindAttribLocation(program, binding[0], binding[1])

{
"name": "regl",
"version": "1.5.1",
"version": "1.5.2",
"description": "regl is a fast functional WebGL framework.",

@@ -5,0 +5,0 @@ "main": "dist/regl.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc