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.86 to 0.0.87

2

package.json
{
"name": "ogl",
"version": "0.0.86",
"version": "0.0.87",
"description": "WebGL Library",

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

@@ -850,3 +850,3 @@ import { Geometry } from '../core/Geometry.js';

nodes.forEach((node) => {
if (!node.extensions?.KHR_lights_punctual) return;
if (!node?.extensions?.KHR_lights_punctual) return;
const lightIndex = node.extensions.KHR_lights_punctual.light;

@@ -853,0 +853,0 @@ const lightDesc = lightsDescArray[lightIndex];

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