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

remotion

Package Overview
Dependencies
Maintainers
1
Versions
988
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 1.3.0-alpha.2999c566 to 1.3.0-alpha.39ecd4ef

dist/internals.d.ts

4

dist/audio/Audio.d.ts
import React from 'react';
import { AllowedAudioProps } from './props';
export declare const Audio: React.FC<AllowedAudioProps>;
import { RemotionAudioProps } from './props';
export declare const Audio: React.FC<RemotionAudioProps>;
//# sourceMappingURL=Audio.d.ts.map
import React from 'react';
import { AllowedAudioProps } from './props';
export declare const AudioForDevelopment: React.FC<AllowedAudioProps>;
import { RemotionAudioProps } from './props';
export declare const AudioForDevelopment: React.FC<RemotionAudioProps>;
//# sourceMappingURL=AudioForDevelopment.d.ts.map
/// <reference types="react" />
export declare type AllowedAudioProps = Omit<React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>, 'autoplay' | 'controls'>;
export declare type RemotionAudioProps = Omit<React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>, 'autoplay' | 'controls'>;
//# sourceMappingURL=props.d.ts.map

@@ -5,16 +5,12 @@ import './asset-types';

export * from './Composition';
export * from './CompositionManager';
export * from './easing';
export * from './IFrame';
export * from './Img';
export * from './internals';
export * from './interpolate';
export * from './ready-manager';
export * from './register-root';
export * from './RemotionRoot';
export * from './sequencing';
export { registerRoot } from './register-root';
export { Sequence } from './sequencing';
export * from './spring';
export * from './timeline-position-state';
export * from './use-frame';
export * from './use-unsafe-video-config';
export * from './use-video';
export * from './use-video-config';

@@ -21,0 +17,0 @@ export * from './video';

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.Sequence = exports.registerRoot = void 0;
require("./asset-types");

@@ -18,16 +19,14 @@ __exportStar(require("./AbsoluteFill"), exports);

__exportStar(require("./Composition"), exports);
__exportStar(require("./CompositionManager"), exports);
__exportStar(require("./easing"), exports);
__exportStar(require("./IFrame"), exports);
__exportStar(require("./Img"), exports);
__exportStar(require("./internals"), exports);
__exportStar(require("./interpolate"), exports);
__exportStar(require("./ready-manager"), exports);
__exportStar(require("./register-root"), exports);
__exportStar(require("./RemotionRoot"), exports);
__exportStar(require("./sequencing"), exports);
var register_root_1 = require("./register-root");
Object.defineProperty(exports, "registerRoot", { enumerable: true, get: function () { return register_root_1.registerRoot; } });
var sequencing_1 = require("./sequencing");
Object.defineProperty(exports, "Sequence", { enumerable: true, get: function () { return sequencing_1.Sequence; } });
__exportStar(require("./spring"), exports);
__exportStar(require("./timeline-position-state"), exports);
__exportStar(require("./use-frame"), exports);
__exportStar(require("./use-unsafe-video-config"), exports);
__exportStar(require("./use-video"), exports);
__exportStar(require("./use-video-config"), exports);

@@ -34,0 +33,0 @@ __exportStar(require("./video"), exports);

import React from 'react';
export declare type SequenceContextType = {
declare type SequenceContextType = {
from: number;

@@ -13,2 +13,3 @@ durationInFrames: number;

}>;
export {};
//# sourceMappingURL=index.d.ts.map

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

const react_1 = require("react");
const _1 = require(".");
const sequencing_1 = require("./sequencing");
const use_video_1 = require("./use-video");
const useUnsafeVideoConfig = () => {
var _a;
const context = react_1.useContext(_1.SequenceContext);
const context = react_1.useContext(sequencing_1.SequenceContext);
const ctxDuration = (_a = context === null || context === void 0 ? void 0 : context.durationInFrames) !== null && _a !== void 0 ? _a : null;

@@ -12,0 +12,0 @@ const video = use_video_1.useVideo();

/// <reference types="react" />
export declare type AllowedVideoProps = Omit<React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>, 'autoplay' | 'controls'>;
export declare type RemotionVideoProps = Omit<React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>, 'autoplay' | 'controls'>;
//# sourceMappingURL=props.d.ts.map
import React from 'react';
import { AllowedVideoProps } from './props';
export declare const Video: React.FC<AllowedVideoProps>;
import { RemotionVideoProps } from './props';
export declare const Video: React.FC<RemotionVideoProps>;
//# sourceMappingURL=Video.d.ts.map
import React from 'react';
import { AllowedVideoProps } from './props';
export declare const VideoForDevelopment: React.FC<AllowedVideoProps>;
import { RemotionVideoProps } from './props';
export declare const VideoForDevelopment: React.FC<RemotionVideoProps>;
//# sourceMappingURL=VideoForDevelopment.d.ts.map
import React from 'react';
import { AllowedVideoProps } from './props';
export declare const VideoForRendering: React.FC<AllowedVideoProps>;
import { RemotionVideoProps } from './props';
export declare const VideoForRendering: React.FC<RemotionVideoProps>;
//# sourceMappingURL=VideoForRendering.d.ts.map
{
"name": "remotion",
"version": "1.3.0-alpha.2999c566",
"version": "1.3.0-alpha.39ecd4ef",
"description": "Render videos in React",

@@ -5,0 +5,0 @@ "main": "dist/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

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

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

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

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

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