@@ -459,6 +459,5 @@ import { createEventsProxy } from "./proxy.js"; | ||
| const frame = (time) => { | ||
| if (lastTime === null) | ||
| lastTime = time; | ||
| rafId = requestAnimationFrame(frame); | ||
| const elapsed = time - lastTime; | ||
| const elapsed = time - (lastTime !== null && lastTime !== void 0 ? lastTime : time); | ||
| lastTime = time; | ||
| emit(elapsed); | ||
@@ -465,0 +464,0 @@ }; |
+1
-1
| { | ||
| "name": "@xtia/jel", | ||
| "version": "0.11.0", | ||
| "version": "0.11.1", | ||
| "repository": { | ||
@@ -5,0 +5,0 @@ "url": "https://github.com/tiadrop/jel-ts", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
62215
0.02%1543
-0.06%