New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@xtia/jel

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xtia/jel - npm Package Compare versions

Comparing version
0.11.0
to
0.11.1
+2
-3
internal/emitter.js

@@ -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",