New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remotion

Package Overview
Dependencies
Maintainers
0
Versions
1004
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remotion - npm Package Compare versions

Comparing version 4.0.255 to 4.0.256

dist/cjs/NativeLayers.d.ts

2

dist/cjs/seek.js

@@ -9,3 +9,3 @@ "use strict";

const timeToSet = (0, video_fragment_1.isIosSafari)() ? Number(time.toFixed(1)) : time;
log_1.Log.trace(logLevel, `[seek] from ${mediaRef.currentTime} to ${timeToSet}. Reason: ${why}`);
log_1.Log.trace(logLevel, `[seek] ${mediaRef.src} from ${mediaRef.currentTime} to ${timeToSet}. Reason: ${why}`);
mediaRef.currentTime = timeToSet;

@@ -12,0 +12,0 @@ return timeToSet;

@@ -120,3 +120,3 @@ "use strict";

logLevel,
why: `because time shift is too big. shouldBeTime = ${shouldBeTime}, isTime = ${mediaTagTime}, requestVideoCallbackTime = ${rvcTime}, timeShift = ${timeShift}, isVariableFpsVideo = ${Boolean(isVariableFpsVideo)}`,
why: `because time shift is too big. shouldBeTime = ${shouldBeTime}, isTime = ${mediaTagTime}, requestVideoCallbackTime = ${rvcTime}, timeShift = ${timeShift}${isVariableFpsVideo ? ', isVariableFpsVideo = true' : ''}, isPremounting = ${isPremounting}, pauseWhenBuffering = ${pauseWhenBuffering}`,
});

@@ -192,4 +192,6 @@ lastSeekDueToShift.current = lastSeek.current;

onAutoPlayError,
isPremounting,
pauseWhenBuffering,
]);
};
exports.useMediaPlayback = useMediaPlayback;

@@ -6,2 +6,2 @@ /**

*/
export declare const VERSION = "4.0.255";
export declare const VERSION = "4.0.256";

@@ -10,2 +10,2 @@ "use strict";

*/
exports.VERSION = '4.0.255';
exports.VERSION = '4.0.256';

@@ -6,3 +6,3 @@ {

"name": "remotion",
"version": "4.0.255",
"version": "4.0.256",
"description": "Make videos programmatically",

@@ -32,3 +32,3 @@ "main": "dist/cjs/index.js",

"eslint": "9.14.0",
"@remotion/eslint-config-internal": "4.0.255"
"@remotion/eslint-config-internal": "4.0.256"
},

@@ -35,0 +35,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc