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.75 to 0.0.76

2

package.json
{
"name": "ogl",
"version": "0.0.75",
"version": "0.0.76",
"description": "WebGL Library",

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

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

if (desc.extensionsRequired.includes('KHR_texture_basisu') && !this.basisManager)
if (desc.extensionsRequired?.includes('KHR_texture_basisu') && !this.basisManager)
console.warn('KHR_texture_basisu extension required but no manager supplied. Use .setBasisManager()');

@@ -89,0 +89,0 @@

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