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.0.0 to 2.0.1

7

js/webgl.js

@@ -409,2 +409,9 @@ 'use strict';

Object.defineProperty(
gl, 'drawingBufferWidth', { get: () => gl.getParameter(gl.VIEWPORT)[2] }
);
Object.defineProperty(
gl, 'drawingBufferHeight', { get: () => gl.getParameter(gl.VIEWPORT)[3] }
);
////////////////////////////////////////////////////////////////////////////////

@@ -411,0 +418,0 @@

2

package.json
{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "webgl-raub",
"version": "2.0.0",
"version": "2.0.1",
"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