New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webgl-raub

Package Overview
Dependencies
Maintainers
1
Versions
37
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 2.2.2 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",

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