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.4.0 to 1.4.1

10

CHANGES.md
# Release notes
## Next
## 1.4.1
* Fix a bug in vertex array objects when used as static resources
## 1.4.0
* Add vertex array objects via regl.vao
## 1.3.0
* Add `framebuffer.use()` method for quickly setting up framebuffer objects

@@ -6,0 +14,0 @@ * `regl.clear` and `regl.read` now accept a framebuffer as a parameter

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

updateVAO._vao = vao
updateVAO._reglType = 'vao'

@@ -275,0 +276,0 @@ return updateVAO(_attr)

2

package.json
{
"name": "regl",
"version": "1.4.0",
"version": "1.4.1",
"description": "regl is a fast functional WebGL framework.",

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

@@ -16,3 +16,2 @@ <div align="center">

[![API Stability](https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square)](https://nodejs.org/api/documentation.html#documentation_stability_index)
[![NPM Version](https://img.shields.io/npm/v/regl.svg?style=flat-square)](https://npmjs.org/package/regl)

@@ -19,0 +18,0 @@ [![Build Status](https://img.shields.io/travis/regl-project/regl.svg?style=flat-square)](https://travis-ci.org/regl-project/regl/)

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