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

3point

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

3point - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

data.json
{
"data": [
{
{s
"x": 0,

@@ -10,7 +10,7 @@ "y": 0,

"x": 0,
"y": 1,
"y": 4,
"z": 0
},
{
"x": 4,
"x": -1,
"y": 0,

@@ -17,0 +17,0 @@ "z": 0

@@ -10,3 +10,4 @@ #!/usr/bin/env node

colors.setTheme({
greenColor: 'green'
greenColor: 'green',
redColor: 'red'
});

@@ -75,4 +76,4 @@

} else {
console.log('error!');
console.log('error!'.redColor);
}
});

@@ -9,3 +9,3 @@ {

"description": "3 point problem calculator",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {

@@ -12,0 +12,0 @@ "colors": "0.6.2"

# 3point
Node.js implementation of the classic 3 point problem for geology.
Coordinate convention
x: easting
y: northing
z: elevation
Coordinate convention:
x: easting
y: northing
z: elevation
## Installation

@@ -41,3 +43,3 @@ After installing Node.js type the following into the command prompt:

3point data.json
3point data.json
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