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

ogl

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ogl - npm Package Compare versions

Comparing version 0.0.104 to 0.0.105

2

package.json
{
"name": "ogl",
"version": "0.0.104",
"version": "0.0.105",
"description": "WebGL Library",

@@ -5,0 +5,0 @@ "exports": "./src/index.mjs",

@@ -39,3 +39,2 @@ import { Transform } from './Transform.js';

draw({ camera } = {}) {
this.beforeRenderCallbacks.forEach((f) => f && f({ mesh: this, camera }));
if (camera) {

@@ -64,2 +63,3 @@ // Add empty matrix uniforms to program if unset

}
this.beforeRenderCallbacks.forEach((f) => f && f({ mesh: this, camera }));

@@ -66,0 +66,0 @@ // determine if faces need to be flipped - when mesh scaled negatively

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