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.0.0-alpha.1
to
1.0.0-alpha.5
+7
-5
package.json
{
"name": "@leafer/path",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.5",
"description": "@leafer/path",

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

"main": "src/index.ts",
"files": ["src"],
"files": [
"src"
],
"repository": {

@@ -21,7 +23,7 @@ "type": "git",

"dependencies": {
"@leafer/math": "1.0.0-alpha.1"
"@leafer/math": "1.0.0-alpha.5"
},
"devDependencies": {
"@leafer/interface": "1.0.0-alpha.1"
"@leafer/interface": "1.0.0-alpha.5"
}
}
}

@@ -16,3 +16,3 @@ import { ICanvasDrawPath, ITwoPointBoundsData, IPathCommandData } from '@leafer/interface'

applyCorner(data: IPathCommandData, cornerRadius: number, cornerSmoothing?: number): IPathCommandData {
applyCorner(data: IPathCommandData, _cornerRadius: number, _cornerSmoothing?: number): IPathCommandData {
return data

@@ -19,0 +19,0 @@ },