You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign 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.7
to
1.0.8
+4
-4
package.json
{
"name": "@leafer/path",
"version": "1.0.7",
"version": "1.0.8",
"description": "@leafer/path",

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

"dependencies": {
"@leafer/math": "1.0.7",
"@leafer/debug": "1.0.7"
"@leafer/math": "1.0.8",
"@leafer/debug": "1.0.8"
},
"devDependencies": {
"@leafer/interface": "1.0.7"
"@leafer/interface": "1.0.8"
}
}

@@ -118,3 +118,5 @@ import { IPathCommandData, IPathCreator, IPathString } from '@leafer/interface'

public clearPath = this.beginPath
public clearPath(): PathCreator {
return this.beginPath()
}

@@ -121,0 +123,0 @@ public paint(): void { }

@@ -45,3 +45,3 @@ import { IPathCreator, IPathCommandData, IPathCommandObject, IPathString, IPointData, IPathDrawer, IBoundsData, ITwoPointBoundsData, INumberMap, IStringMap } from '@leafer/interface';

drawPoints(points: number[], curve?: boolean | number, close?: boolean): PathCreator;
clearPath: () => PathCreator;
clearPath(): PathCreator;
paint(): void;

@@ -48,0 +48,0 @@ }