🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

vec3

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vec3 - npm Package Compare versions

Comparing version

to
0.1.10

3

HISTORY.md

@@ -0,1 +1,4 @@

## 0.1.10
* [add new types export (#49)](https://github.com/PrismarineJS/node-vec3/commit/9a3c259a361de7b6053c5e60ac70ba8ce658aeb0) (thanks @zerozeynep)
## 0.1.9

@@ -2,0 +5,0 @@ * [Add methods, fix .equals (#46)](https://github.com/PrismarineJS/node-vec3/commit/c6b94c4289cfba5fc460bed99d112cec85fe1cf3) (thanks @szdytom)

3

package.json
{
"name": "vec3",
"version": "0.1.9",
"version": "0.1.10",
"description": "3d vector math with good unit tests",

@@ -19,2 +19,3 @@ "main": "index.js",

"exports": {
"types": "./index.d.ts",
"require": "./index.js",

@@ -21,0 +22,0 @@ "import": "./wrapper.mjs"