Socket
Socket
Sign inDemoInstall

gl

Package Overview
Dependencies
7
Maintainers
13
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.3 to 6.0.2

1

index.js

@@ -6,1 +6,2 @@ if (typeof WebGLRenderingContext !== 'undefined') {

}
module.exports.WebGLRenderingContext = require('./src/javascript/webgl-rendering-context').WebGLRenderingContext

16

package.json
{
"name": "gl",
"version": "5.0.3",
"version": "6.0.2",
"description": "Creates a WebGL context without a window",

@@ -11,3 +11,3 @@ "main": "index.js",

"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},

@@ -24,5 +24,5 @@ "scripts": {

"glsl-tokenizer": "^2.1.5",
"nan": "^2.16.0",
"node-abi": "^3.22.0",
"node-gyp": "^9.0.0",
"nan": "^2.17.0",
"node-abi": "^3.26.0",
"node-gyp": "^9.2.0",
"prebuild-install": "^7.1.1"

@@ -33,8 +33,8 @@ },

"bunny": "^1.0.1",
"faucet": "^0.0.1",
"faucet": "^0.0.3",
"gl-conformance": "^2.0.9",
"prebuild": "^11.0.3",
"prebuild": "^11.0.4",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tape": "^5.5.3"
"tape": "^5.6.1"
},

@@ -41,0 +41,0 @@ "repository": {

@@ -44,3 +44,3 @@ # gl

Prebuilt binaries are generally available for LTS node versions (e.g. 12, 14, 16). If your system is not supported, then please see the [development](#system-dependencies) section on how to configure your build environment. Patches to improve support are always welcome!
Prebuilt binaries are generally available for LTS node versions (e.g. 14, 16, 18). If your system is not supported, then please see the [development](#system-dependencies) section on how to configure your build environment. Patches to improve support are always welcome!

@@ -51,6 +51,4 @@ ## Supported platforms and Node.js versions

Node.js versions 12 and up are supported.
Node.js versions 14 and up are supported.
**Note [macOS only]: due to an inadvertant low-level breaking change in libuv's process handling code, this package doesn't return a gl context when running nodejs version 12.13.1 through to 12.16.1, and 13.0.0 through to 13.6.0 on macOS. A fix has been released in Node.js versions 12.16.2 and 13.7.0. Other platforms are unaffected.**
## API

@@ -57,0 +55,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc