Socket
Socket
Sign inDemoInstall

regl

Package Overview
Dependencies
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regl - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

6

lib/attribute.js

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

var exti = extInstanced()
for (let i = 0; i < attributeBindings.length; ++i) {
for (var i = 0; i < attributeBindings.length; ++i) {
var binding = attributeBindings[i]

@@ -119,4 +119,4 @@ if (binding.buffer) {

function destroyVAOEXT (vao) {
values(vaoSet).forEach((vao) => {
function destroyVAOEXT () {
values(vaoSet).forEach(function (vao) {
vao.destroy()

@@ -123,0 +123,0 @@ })

{
"name": "regl",
"version": "1.5.0",
"version": "1.5.1",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc