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

@remotion/streaming

Package Overview
Dependencies
Maintainers
0
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/streaming - npm Package Compare versions

Comparing version 4.0.226 to 4.0.227

.turbo/turbo-formatting.log

4

dist/make-streamer.js

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

let searchIndex = 0;
// eslint-disable-next-line no-constant-condition
while (true) {

@@ -40,3 +39,2 @@ const separatorIndex = outputBuffer.indexOf(separator[0], searchIndex); // Start checking for the first byte of the separator

let statusString = '';
// eslint-disable-next-line no-constant-condition
while (true) {

@@ -53,3 +51,2 @@ if (separatorIndex > outputBuffer.length - 1) {

}
// eslint-disable-next-line no-constant-condition
while (true) {

@@ -66,3 +63,2 @@ if (separatorIndex > outputBuffer.length - 1) {

}
// eslint-disable-next-line no-constant-condition
while (true) {

@@ -69,0 +65,0 @@ if (separatorIndex > outputBuffer.length - 1) {

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

"name": "@remotion/streaming",
"version": "4.0.226",
"version": "4.0.227",
"description": "Utilities for streaming data between programs",

@@ -20,2 +20,6 @@ "main": "dist",

},
"devDependencies": {
"eslint": "9.14.0",
"@remotion/eslint-config-internal": "4.0.227"
},
"exports": {

@@ -26,5 +30,6 @@ ".": "./dist/index.js",

"scripts": {
"lint": "eslint src --ext ts,tsx",
"formatting": "prettier src --check"
"lint": "eslint src",
"formatting": "prettier src --check",
"make": "tsc -d"
}
}

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