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/data

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/data - npm Package Compare versions

Comparing version
1.9.4
to
1.9.5
+2
-2
package.json
{
"name": "@leafer/data",
"version": "1.9.4",
"version": "1.9.5",
"description": "@leafer/data",

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

"devDependencies": {
"@leafer/interface": "1.9.4"
"@leafer/interface": "1.9.5"
}
}

@@ -26,2 +26,6 @@ import { ILeafData, ILeaf, IObject, IValue, IPathCommandData, IJSONOptions } from '@leafer/interface'

public get __usePathBox(): boolean {
return (this as ILeafData).__pathInputed as any as boolean
}
public get __blendMode(): string {

@@ -28,0 +32,0 @@ if ((this as ILeafData).eraser && (this as ILeafData).eraser !== 'path') return 'destination-out'

@@ -23,2 +23,3 @@ import { IObject, IBooleanMap, ILeafData, ILeaf, IPathCommandData, IJSONOptions } from '@leafer/interface';

get __isLinePath(): boolean;
get __usePathBox(): boolean;
get __blendMode(): string;

@@ -25,0 +26,0 @@ constructor(leaf: ILeaf);