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.99 to 0.0.100

2

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

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

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

EulerFunc.fromRotationMatrix(this, m, order);
this.onChange();
return this;

@@ -72,2 +73,3 @@ }

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

@@ -74,0 +76,0 @@ }

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

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

@@ -129,2 +130,3 @@ }

QuatFunc.setAxisAngle(this, axis, a);
this.onChange();
return this;

@@ -135,2 +137,3 @@ }

QuatFunc.slerp(this, this, q, t);
this.onChange();
return this;

@@ -144,2 +147,3 @@ }

this[3] = a[o + 3];
this.onChange();
return this;

@@ -146,0 +150,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