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
0
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 5.0.0 to 5.1.0

2

core.js

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

const core = require(`./${getBin()}/webgl`);
const core = require(`./${getBin()}/webgl.node`);
module.exports = core;
{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "webgl-raub",
"version": "5.0.0",
"version": "5.1.0",
"description": "WebGL for Node.js",

@@ -46,13 +46,13 @@ "license": "MIT",

"dependencies": {
"addon-tools-raub": "^9.1.1",
"deps-opengl-raub": "^7.0.0",
"segfault-raub": "^3.0.1"
"addon-tools-raub": "^9.2.0",
"deps-opengl-raub": "^7.1.0",
"segfault-raub": "^3.1.0"
},
"devDependencies": {
"@types/node": "^22.7.9",
"@eslint/js": "^9.13.0",
"eslint": "^9.13.0",
"node-addon-api": "^8.2.1",
"typescript": "^5.6.3"
"@types/node": "^22.10.5",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"node-addon-api": "^8.3.0",
"typescript": "^5.7.2"
}
}

@@ -37,2 +37,3 @@ # WebGL for Node.js

for reference, and [TypeScript definitions](/index.d.ts) for the full list of exports.
There are also numerous non-WebGL methods exported in case you want to use advanced OpenGL functions.

@@ -39,0 +40,0 @@ To use browser **WebGL** libs, like [three.js](https://threejs.org/),

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