febs-browser
Advanced tools
Comparing version 0.8.57 to 0.8.58
@@ -74,3 +74,3 @@ { | ||
"name": "febs-browser", | ||
"version": "0.8.57" | ||
"version": "0.8.58" | ||
} |
@@ -8,6 +8,6 @@ | ||
declare global { | ||
export let __debug: boolean; | ||
var __debug: boolean; | ||
export function requestAnimationFrame(cb: (tm: number) => void): any; | ||
export function cancelAnimationFrame(timer: any): void; | ||
function requestAnimationFrame(cb: (tm: number) => void): any; | ||
function cancelAnimationFrame(timer: any): void; | ||
} | ||
@@ -14,0 +14,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2383591