Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gl-mat3

Package Overview
Dependencies
Maintainers
13
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gl-mat3 - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

fromMat2.js

8

index.js

@@ -8,9 +8,9 @@ module.exports = {

, frob: require('./frob')
, fromMat2: require('./from-mat2')
, fromMat4: require('./from-mat4')
, fromQuat: require('./from-quat')
, fromMat2: require('./fromMat2')
, fromMat4: require('./fromMat4')
, fromQuat: require('./fromQuat')
, identity: require('./identity')
, invert: require('./invert')
, multiply: require('./multiply')
, normalFromMat4: require('./normal-from-mat4')
, normalFromMat4: require('./normalFromMat4')
, rotate: require('./rotate')

@@ -17,0 +17,0 @@ , scale: require('./scale')

{
"name": "gl-mat3",
"version": "1.0.0",
"version": "2.0.0",
"description": "gl-matrix's mat3, split into smaller pieces",

@@ -5,0 +5,0 @@ "main": "index.js",

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