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

remotion

Package Overview
Dependencies
Maintainers
1
Versions
1003
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.133 to 4.0.134

2

dist/cjs/interpolate.js

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

if (!(arr[i] > arr[i - 1])) {
throw new Error(`inputRange must be strictly monotonically non-decreasing but got [${arr.join(',')}]`);
throw new Error(`inputRange must be strictly monotonically increasing but got [${arr.join(',')}]`);
}

@@ -66,0 +66,0 @@ }

@@ -1,1 +0,1 @@

export declare const VERSION = "4.0.133";
export declare const VERSION = "4.0.134";

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

// Automatically generated on publish
exports.VERSION = '4.0.133';
exports.VERSION = '4.0.134';
{
"name": "remotion",
"version": "4.0.133",
"version": "4.0.134",
"description": "Render videos in React",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

Sorry, the diff of this file is not supported yet

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