@leafer/debug
Advanced tools
+3
-3
| { | ||
| "name": "@leafer/debug", | ||
| "version": "1.0.0-rc.20", | ||
| "version": "1.0.0-rc.21", | ||
| "description": "@leafer/debug", | ||
@@ -25,7 +25,7 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/math": "1.0.0-rc.20" | ||
| "@leafer/math": "1.0.0-rc.21" | ||
| }, | ||
| "devDependencies": { | ||
| "@leafer/interface": "1.0.0-rc.20" | ||
| "@leafer/interface": "1.0.0-rc.21" | ||
| } | ||
| } |
+2
-1
@@ -11,2 +11,3 @@ import { IBooleanMap } from '@leafer/interface' | ||
| // other | ||
| static showWarn = true | ||
| static showRepaint: boolean | ||
@@ -50,3 +51,3 @@ static showHitView: boolean | string | string[] | ||
| warn(...messages: unknown[]): void { | ||
| console.warn(this.name, ...messages) | ||
| if (D.showWarn) console.warn(this.name, ...messages) | ||
| } | ||
@@ -53,0 +54,0 @@ |
+1
-0
@@ -24,2 +24,3 @@ import { IBooleanMap } from '@leafer/interface'; | ||
| static excludeList: string[]; | ||
| static showWarn: boolean; | ||
| static showRepaint: boolean; | ||
@@ -26,0 +27,0 @@ static showHitView: boolean | string | string[]; |
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
5981
1.24%128
1.59%0
-100%+ Added
- Removed
Updated