You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

webgl-raub

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webgl-raub - npm Package Compare versions

Comparing version

to
2.2.3

2

index.d.ts

@@ -132,3 +132,3 @@ declare module "webgl-raub" {

const bindFramebuffer: (target: number, buffer?: WebGLFramebuffer) => void;
const blitFrameBuffer: (
const blitFramebuffer: (
srcX0: number,

@@ -135,0 +135,0 @@ srcY0: number,

@@ -259,5 +259,5 @@ 'use strict';

// width is now format, height is now type, and border is now pixels
pixels = border;
type = height;
format = width;
const pixels = border;
const type = height;
const format = width;
return _texImage2D(

@@ -264,0 +264,0 @@ target, level, internalformat, pixels.width, pixels.height, 0, format, type, pixels

{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "webgl-raub",
"version": "2.2.2",
"version": "2.2.3",
"description": "WebGL for Node.js",

@@ -6,0 +6,0 @@ "license": "MIT",