Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@leafer/path

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafer/path - npm Package Compare versions

Comparing version
1.6.2
to
1.6.3
+4
-4
package.json
{
"name": "@leafer/path",
"version": "1.6.2",
"version": "1.6.3",
"description": "@leafer/path",

@@ -25,8 +25,8 @@ "author": "Chao (Leafer) Wan",

"dependencies": {
"@leafer/math": "1.6.2",
"@leafer/debug": "1.6.2"
"@leafer/math": "1.6.3",
"@leafer/debug": "1.6.3"
},
"devDependencies": {
"@leafer/interface": "1.6.2"
"@leafer/interface": "1.6.3"
}
}

@@ -47,2 +47,4 @@ import { IPointData, ITwoPointBoundsData, IPathCommandData } from '@leafer/interface'

if (!ba && !cb) continue
d = ba + cb

@@ -49,0 +51,0 @@ ba = (t * ba) / d