Socket
Socket
Sign inDemoInstall

@mathigon/euclid

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mathigon/euclid - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

2

dist/index.esm.js

@@ -636,3 +636,3 @@ // src/angle.ts

import { nearlyEquals as nearlyEquals5 } from "@mathigon/fermat";
var PRECISION = 1e-6;
var PRECISION = 1e-3;
function pointAboveOrOnLine(pt, left, right) {

@@ -639,0 +639,0 @@ const d1 = (right.x - left.x) * (pt.y - left.y);

{
"name": "@mathigon/euclid",
"version": "1.1.10",
"version": "1.1.11",
"license": "MIT",

@@ -35,17 +35,17 @@ "homepage": "https://mathigon.io/euclid",

"dependencies": {
"@mathigon/core": "1.1.7",
"@mathigon/fermat": "1.1.7"
"@mathigon/core": "1.1.8",
"@mathigon/fermat": "1.1.8"
},
"devDependencies": {
"@types/tape": "4.13.4",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"esbuild": "0.17.14",
"eslint": "8.37.0",
"@types/tape": "5.6.0",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"esbuild": "0.17.19",
"eslint": "8.41.0",
"eslint-plugin-import": "2.27.5",
"tape": "5.6.3",
"ts-node": "10.9.1",
"tslib": "2.5.0",
"typescript": "5.0.3"
"tslib": "2.5.2",
"typescript": "5.1.3"
}
}

@@ -20,3 +20,3 @@ // =============================================================================

const PRECISION = 0.000001;
const PRECISION = 0.001;

@@ -23,0 +23,0 @@ function pointAboveOrOnLine(pt: Point, left: Point, right: Point) {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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