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

wpe-webgl

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wpe-webgl - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Initializes a full-screen display on the RPi on which OpenGL ES2 graphics can be drawn using a WebGL-compliant interface.",
"version": "0.0.2",
"version": "0.0.3",
"main": "gles2.js",

@@ -8,0 +8,0 @@ "keywords": [

@@ -0,1 +1,8 @@

wpe-webgl
=====
[![npm version](https://badge.fury.io/js/wpe-webgl.svg)](https://badge.fury.io/js/wpe-webgl)
[![npm](https://img.shields.io/npm/dt/wpe-webgl.svg)]()
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=55UJZHTXW8VTE)
Provides a WebGL rendering context for nodejs. It is displayed in a window or fullscreen, depending on your platform.

@@ -37,3 +44,3 @@

# Example
var webgl = require('node-wpe-webgl');
var webgl = require('wpe-webgl');

@@ -40,0 +47,0 @@ var options = {width: 1280, height: 720};

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