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

@remotion/player

Package Overview
Dependencies
Maintainers
1
Versions
820
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/player - npm Package Compare versions

Comparing version 4.0.258 to 4.0.259

5

dist/cjs/Player.js

@@ -46,3 +46,6 @@ "use strict";

(0, react_1.useState)(() => (0, use_remotion_license_acknowledge_js_1.acknowledgeRemotionLicenseMessage)(Boolean(acknowledgeRemotionLicense), logLevel));
const component = remotion_1.Internals.useLazyComponent(componentProps);
const component = remotion_1.Internals.useLazyComponent({
compProps: componentProps,
componentName: 'Player',
});
(0, validate_initial_frame_js_1.validateInitialFrame)({ initialFrame, durationInFrames });

@@ -49,0 +52,0 @@ const [frame, setFrame] = (0, react_1.useState)(() => ({

@@ -42,3 +42,6 @@ "use strict";

(0, react_1.useImperativeHandle)(ref, () => rootRef.current, []);
const Component = remotion_1.Internals.useLazyComponent(componentProps);
const Component = remotion_1.Internals.useLazyComponent({
compProps: componentProps,
componentName: 'Thumbnail',
});
const [emitter] = (0, react_1.useState)(() => new event_emitter_js_1.ThumbnailEmitter());

@@ -45,0 +48,0 @@ const passedInputProps = (0, react_1.useMemo)(() => {

6

package.json

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

"name": "@remotion/player",
"version": "4.0.258",
"version": "4.0.259",
"description": "React component for embedding a Remotion preview into your app",

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

"dependencies": {
"remotion": "4.0.258"
"remotion": "4.0.259"
},

@@ -48,3 +48,3 @@ "peerDependencies": {

"eslint": "9.14.0",
"@remotion/eslint-config-internal": "4.0.258"
"@remotion/eslint-config-internal": "4.0.259"
},

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

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