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.100 to 0.0.101

2

package.json
{
"name": "ogl",
"version": "0.0.100",
"version": "0.0.101",
"description": "WebGL Library",

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

@@ -72,3 +72,2 @@ import * as EulerFunc from './functions/EulerFunc.js';

tmpMat4.fromQuaternion(q);
this.onChange();
return this.fromRotationMatrix(tmpMat4, order);

@@ -75,0 +74,0 @@ }

@@ -123,3 +123,2 @@ import * as QuatFunc from './functions/QuatFunc.js';

QuatFunc.fromEuler(this, euler, euler.order);
this.onChange();
return this;

@@ -126,0 +125,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