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

@remotion/transitions

Package Overview
Dependencies
Maintainers
0
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/transitions - npm Package Compare versions

Comparing version 4.0.213 to 4.0.214

4

dist/flatten-children.d.ts
import React from 'react';
export declare const flattenChildren: (children: React.ReactNode) => (string | number | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal)[];
type ReactChildArray = ReturnType<typeof React.Children.toArray>;
export declare const flattenChildren: (children: React.ReactNode) => ReactChildArray;
export {};

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

/// <reference types="react" />
import type { TransitionPresentation } from '../types.js';

@@ -3,0 +2,0 @@ export type FadeProps = {

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

"name": "@remotion/transitions",
"version": "4.0.213",
"version": "4.0.214",
"description": "Library for creating transitions in Remotion",

@@ -20,5 +20,5 @@ "sideEffects": false,

"dependencies": {
"remotion": "4.0.213",
"@remotion/shapes": "4.0.213",
"@remotion/paths": "4.0.213"
"remotion": "4.0.214",
"@remotion/shapes": "4.0.214",
"@remotion/paths": "4.0.214"
},

@@ -30,4 +30,4 @@ "devDependencies": {

"@vitejs/plugin-react": "^2.0.0",
"remotion": "4.0.213",
"@remotion/test-utils": "4.0.213"
"@remotion/test-utils": "4.0.214",
"remotion": "4.0.214"
},

@@ -117,4 +117,4 @@ "peerDependencies": {

"formatting": "prettier src --check",
"build": "bun --env-file=../.env.bundle bundle.ts"
"make": "bun --env-file=../.env.bundle bundle.ts"
}
}
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