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

gl-wiretap

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gl-wiretap - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

index.js

@@ -91,4 +91,7 @@ /**

}
function addVariable(value) {
function addVariable(value, source) {
const variableName = `${contextName}Variable${contextVariables.length}`;
recording.push(`const ${variableName} = ${source};`);
contextVariables.push(value);
return variableName;
}

@@ -95,0 +98,0 @@ function writePPM(width, height) {

2

package.json
{
"name": "gl-wiretap",
"version": "0.2.0",
"version": "0.2.1",
"description": "A gl debugger that listens and replays gl (WebGL, WebGL2, and HeadlessGL) gpu commands",

@@ -5,0 +5,0 @@ "main": "index.js",

# gl-wiretap
A gl debugger that listens and replays gl (WebGL, WebGL2, and HeadlessGL) gpu commands
Generally manually tested by injecting in tests on https://www.khronos.org/registry/webgl/sdk/tests/webgl-conformance-tests.html using Chrome or Firefox.

@@ -4,0 +5,0 @@ ## Example

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