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

@remotion/media-utils

Package Overview
Dependencies
Maintainers
1
Versions
854
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/media-utils - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

tsconfig.json

1

dist/index.d.ts

@@ -5,2 +5,3 @@ export { getAudioData } from './get-audio-data';

export { getWaveformPortion } from './get-waveform-portion';
export * from './types';
export type { AudioData, VideoMetadata as VideoData } from './types';

@@ -7,0 +8,0 @@ export { useAudioData } from './use-audio-metadata';

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -12,2 +22,3 @@ exports.visualizeAudio = exports.useAudioData = exports.getWaveformPortion = exports.getVideoMetadata = exports.getAudioDuration = exports.getAudioData = void 0;

Object.defineProperty(exports, "getWaveformPortion", { enumerable: true, get: function () { return get_waveform_portion_1.getWaveformPortion; } });
__exportStar(require("./types"), exports);
var use_audio_metadata_1 = require("./use-audio-metadata");

@@ -14,0 +25,0 @@ Object.defineProperty(exports, "useAudioData", { enumerable: true, get: function () { return use_audio_metadata_1.useAudioData; } });

8

package.json
{
"name": "@remotion/media-utils",
"version": "2.0.1",
"version": "2.0.2",
"description": "Utility functions for audio and video",
"main": "dist/index.js",
"sideEffects": false,
"scripts": {

@@ -11,5 +12,2 @@ "test": "eslint src --ext ts,tsx",

},
"files": [
"dist"
],
"author": "",

@@ -21,3 +19,3 @@ "license": "MIT",

"dependencies": {
"remotion": "^2.0.1"
"remotion": "^2.0.2"
},

@@ -24,0 +22,0 @@ "peerDependencies": {

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