🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

jscoord

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscoord - npm Package Compare versions

Comparing version

to
0.0.19

2

package.json
{
"name": "jscoord",
"version": "0.0.18",
"version": "0.0.19",
"description": "A simple Map coordinate system for NodeJS and potentially the browser.",

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

@@ -155,2 +155,10 @@ # JSCoord

#### `.getRltAngle(set)`
Get the angle of 2 coordinate set values. `set` is the 2 axies which should be used for calculation, can be `xy`, `yz` or `zx`.
```js
coords.getRltAngle("xy")
```
## CoordChunk

@@ -157,0 +165,0 @@