@leafer/layouter
Advanced tools
+3
-3
| { | ||
| "name": "@leafer/layouter", | ||
| "version": "1.0.0-rc.12", | ||
| "version": "1.0.0-rc.16", | ||
| "description": "@leafer/layouter", | ||
@@ -25,7 +25,7 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/core": "1.0.0-rc.12" | ||
| "@leafer/core": "1.0.0-rc.16" | ||
| }, | ||
| "devDependencies": { | ||
| "@leafer/interface": "1.0.0-rc.12" | ||
| "@leafer/interface": "1.0.0-rc.16" | ||
| } | ||
| } |
+5
-3
@@ -166,5 +166,7 @@ import { ILayouter, ILeaf, ILayoutBlockData, IEventListenerId, ILayouterConfig, ILeafList } from '@leafer/interface' | ||
| public addExtra(leaf: ILeaf): void { | ||
| const block = this.extraBlock || (this.extraBlock = new LayoutBlockData([])) | ||
| block.updatedList.add(leaf) | ||
| block.beforeBounds.add(leaf.__world) | ||
| if (!this.__updatedList.has(leaf)) { | ||
| const { updatedList, beforeBounds } = this.extraBlock || (this.extraBlock = new LayoutBlockData([])) | ||
| updatedList.length ? beforeBounds.add(leaf.__world) : beforeBounds.set(leaf.__world) | ||
| updatedList.add(leaf) | ||
| } | ||
| } | ||
@@ -171,0 +173,0 @@ |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
12576
1.07%275
0.73%0
-100%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated