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

@remotion/transitions

Package Overview
Dependencies
Maintainers
1
Versions
180
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.71 to 4.0.72

3

dist/cjs/index.js

@@ -8,2 +8,3 @@ 'use strict';

var React = require('react');
var noReact = require('remotion/no-react');

@@ -135,3 +136,3 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }

/* eslint-disable prefer-destructuring */
const validateDurationInFrames = remotion.Internals.validateDurationInFrames;
const validateDurationInFrames = noReact.NoReactInternals.validateDurationInFrames;

@@ -138,0 +139,0 @@ // eslint-disable-next-line react/function-component-definition

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

import { Internals } from 'remotion';
export declare const validateDurationInFrames: typeof Internals.validateDurationInFrames;
import { NoReactInternals } from 'remotion/no-react';
export declare const validateDurationInFrames: typeof NoReactInternals.validateDurationInFrames;

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

import { Internals } from 'remotion';
export declare const validateDurationInFrames: typeof Internals.validateDurationInFrames;
import { NoReactInternals } from 'remotion/no-react';
export declare const validateDurationInFrames: typeof NoReactInternals.validateDurationInFrames;
/* eslint-disable prefer-destructuring */
import { Internals } from 'remotion';
export const validateDurationInFrames = Internals.validateDurationInFrames;
import { NoReactInternals } from 'remotion/no-react';
export const validateDurationInFrames = NoReactInternals.validateDurationInFrames;
{
"name": "@remotion/transitions",
"version": "4.0.71",
"version": "4.0.72",
"description": "Transition presets for Remotion",

@@ -19,3 +19,3 @@ "sideEffects": false,

"dependencies": {
"remotion": "4.0.71"
"remotion": "4.0.72"
},

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

"@rollup/plugin-typescript": "^8.2.0",
"remotion": "4.0.71",
"@remotion/test-utils": "4.0.71"
"remotion": "4.0.72",
"@remotion/test-utils": "4.0.72"
},

@@ -39,0 +39,0 @@ "peerDependencies": {

@@ -16,3 +16,3 @@ // rollup.config.js

],
external: ['remotion', 'react', 'react/jsx-runtime'],
external: ['remotion', 'remotion/no-react', 'react', 'react/jsx-runtime'],
plugins: [

@@ -36,3 +36,3 @@ typescript({

],
external: ['remotion', 'react', 'react/jsx-runtime'],
external: ['remotion', 'remotion/no-react', 'react', 'react/jsx-runtime'],
plugins: [

@@ -39,0 +39,0 @@ typescript({

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