Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@remotion/renderer

Package Overview
Dependencies
Maintainers
1
Versions
998
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/renderer - npm Package Compare versions

Comparing version 4.0.166 to 4.0.167

2

dist/assets/download-file.js

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

if (message === 'aborted' ||
message === 'ECONNRESET' ||
message.includes('ECONNRESET') ||
message.includes(incorrectContentLengthToken) ||

@@ -102,0 +102,0 @@ // Try again if hitting internal errors

@@ -15,12 +15,2 @@ export declare const NoReactAPIs: {

}) => void;
makeStreamer: (onMessage: (statusType: "error" | "success", nonce: string, data: Uint8Array) => void) => {
onData: (data: Uint8Array) => void;
getOutputBuffer: () => Uint8Array;
clear: () => void;
};
makeStreamPayloadMessage: ({ status, body, nonce, }: {
nonce: string;
status: 0 | 1;
body: Uint8Array;
}) => Uint8Array;
};

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

const get_extension_of_filename_1 = require("./get-extension-of-filename");
const streaming_1 = require("./streaming");
const validate_output_filename_1 = require("./validate-output-filename");

@@ -15,4 +14,2 @@ const wrap_with_error_handling_1 = require("./wrap-with-error-handling");

validateOutputFilename: validate_output_filename_1.validateOutputFilename,
makeStreamer: streaming_1.makeStreamer,
makeStreamPayloadMessage: streaming_1.makeStreamPayloadMessage,
};

@@ -237,3 +237,5 @@ "use strict";

}).catch((err) => {
onError(new Error(`Error while downloading asset: ${err.stack}`));
const truncateWithEllipsis = renderAsset.src.substring(0, 1000) +
(renderAsset.src.length > 1000 ? '...' : '');
onError(new Error(`Error while downloading ${truncateWithEllipsis}: ${err.stack}`));
});

@@ -240,0 +242,0 @@ });

{
"name": "@remotion/renderer",
"version": "4.0.166",
"version": "4.0.167",
"description": "Renderer for Remotion",

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

"ws": "8.7.0",
"remotion": "4.0.166"
"remotion": "4.0.167"
},

@@ -44,12 +44,13 @@ "peerDependencies": {

"vitest": "0.31.1",
"@types/ws": "8.5.10"
"@types/ws": "8.5.10",
"@remotion/streaming": "4.0.167"
},
"optionalDependencies": {
"@remotion/compositor-darwin-arm64": "4.0.166",
"@remotion/compositor-darwin-x64": "4.0.166",
"@remotion/compositor-linux-x64-gnu": "4.0.166",
"@remotion/compositor-linux-arm64-musl": "4.0.166",
"@remotion/compositor-win32-x64-msvc": "4.0.166",
"@remotion/compositor-linux-arm64-gnu": "4.0.166",
"@remotion/compositor-linux-x64-musl": "4.0.166"
"@remotion/compositor-darwin-arm64": "4.0.167",
"@remotion/compositor-darwin-x64": "4.0.167",
"@remotion/compositor-linux-arm64-gnu": "4.0.167",
"@remotion/compositor-linux-x64-musl": "4.0.167",
"@remotion/compositor-win32-x64-msvc": "4.0.167",
"@remotion/compositor-linux-x64-gnu": "4.0.167",
"@remotion/compositor-linux-arm64-musl": "4.0.167"
},

@@ -56,0 +57,0 @@ "keywords": [

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