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

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafer/display - npm Package Compare versions

Comparing version
1.0.0-alpha.9
to
1.0.0-alpha.10
+9
-9
package.json
{
"name": "@leafer/display",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "@leafer/display",

@@ -22,13 +22,13 @@ "author": "Chao (Leafer) Wan",

"dependencies": {
"@leafer/math": "1.0.0-alpha.9",
"@leafer/data": "1.0.0-alpha.9",
"@leafer/layout": "1.0.0-alpha.9",
"@leafer/display-module": "1.0.0-alpha.9",
"@leafer/event": "1.0.0-alpha.9",
"@leafer/decorator": "1.0.0-alpha.9",
"@leafer/helper": "1.0.0-alpha.9"
"@leafer/math": "1.0.0-alpha.10",
"@leafer/data": "1.0.0-alpha.10",
"@leafer/layout": "1.0.0-alpha.10",
"@leafer/display-module": "1.0.0-alpha.10",
"@leafer/event": "1.0.0-alpha.10",
"@leafer/decorator": "1.0.0-alpha.10",
"@leafer/helper": "1.0.0-alpha.10"
},
"devDependencies": {
"@leafer/interface": "1.0.0-alpha.9"
"@leafer/interface": "1.0.0-alpha.10"
}
}

@@ -124,6 +124,6 @@ import { ILeaf, ILeaferCanvas, IRenderOptions } from '@leafer/interface'

this.root.emitEvent(event)
child.root = undefined
child.root = null
}
child.parent = undefined
child.parent = null
this.__layout.boxBoundsChange()

@@ -130,0 +130,0 @@ }

@@ -87,3 +87,3 @@ import { ILeafer, ILeaf, ILeafInputData, ILeafData, ILeaferCanvas, IRenderOptions, IMatrixWithBoundsData, __Number, __Boolean, ILeafLayout, InnerId, IHitCanvas, IRadiusPointData, IEventListenerMap, IEventListener, IEventListenerOptions, IEventListenerId, IEvent, IObject, IFunction, __String } from '@leafer/interface'

}
this.__parentWait = undefined
this.__parentWait = null
}

@@ -245,3 +245,3 @@

this.children.forEach(child => { child.destroy() })
this.children = undefined
this.children = null
}

@@ -251,16 +251,16 @@

this.__hitCanvas.destroy()
this.__hitCanvas = undefined
this.__hitCanvas = null
}
this.leafer = undefined
this.root = undefined
this.parent = undefined
this.leafer = null
this.root = null
this.parent = null
this.__.destroy()
this.__layout.destroy()
this.__ = undefined
this.__layout = undefined
this.__ = null
this.__layout = null
this.__captureMap = undefined
this.__bubbleMap = undefined
this.__captureMap = null
this.__bubbleMap = null
}

@@ -267,0 +267,0 @@ }