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.3.5 to 1.3.6

dist/regl.min.js.gz

0

browserify/transform.js

@@ -0,0 +0,0 @@ var Stream = require('stream')

@@ -0,0 +0,0 @@ # Release notes

@@ -0,0 +0,0 @@ # A developer's guide to regl

@@ -0,0 +0,0 @@ var GL_FLOAT = 5126

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

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ var VARIABLE_COUNTER = 0

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

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

3

lib/framebuffer.js

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

gl.bindFramebuffer(GL_FRAMEBUFFER, framebufferState.next)
gl.bindFramebuffer(GL_FRAMEBUFFER, framebufferState.next ? framebufferState.next.framebuffer : null)
framebufferState.cur = framebufferState.next

@@ -344,0 +345,0 @@

@@ -0,0 +0,0 @@ var pool = require('./util/pool')

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

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

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

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@ module.exports = function createStringStore () {

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

@@ -0,0 +0,0 @@ var GL_QUERY_RESULT_EXT = 0x8866

@@ -0,0 +0,0 @@ // Error checking and parameter validation.

@@ -0,0 +0,0 @@ /* globals performance */

@@ -0,0 +0,0 @@ var extend = require('./extend')

@@ -0,0 +0,0 @@ module.exports = function (base, opts) {

@@ -0,0 +0,0 @@ var pool = require('./pool')

@@ -0,0 +0,0 @@ var isTypedArray = require('./is-typed-array')

@@ -0,0 +0,0 @@ var isTypedArray = require('./is-typed-array')

module.exports = function (v) {
return !(v & (v - 1)) && (!!v)
}

@@ -0,0 +0,0 @@ module.exports = function (x) {

@@ -0,0 +0,0 @@ module.exports = function loop (n, f) {

@@ -0,0 +0,0 @@ var loop = require('./loop')

@@ -0,0 +0,0 @@ /* globals requestAnimationFrame, cancelAnimationFrame */

@@ -0,0 +0,0 @@ var pool = require('./pool')

module.exports = function (obj) {
return Object.keys(obj).map(function (key) { return obj[key] })
}

@@ -0,0 +0,0 @@ // Context and canvas creation helper functions

{
"name": "regl",
"version": "1.3.5",
"version": "1.3.6",
"description": "regl is a fast functional WebGL framework.",

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

@@ -0,0 +0,0 @@ <div align="center">

@@ -0,0 +0,0 @@ var check = require('./lib/util/check')

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 not supported yet

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

Sorry, the diff of this file is not supported yet

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