@remotion/media-utils
Advanced tools
Comparing version 4.0.177 to 4.0.178
@@ -1,1 +0,4 @@ | ||
export declare const fftAccurate: (vector: Int16Array) => [number, number][]; | ||
export declare const fftAccurate: (vector: Int16Array) => [ | ||
number, | ||
number | ||
][]; |
@@ -1,1 +0,4 @@ | ||
export declare const fftFast: (vector: Int16Array) => [number, number][]; | ||
export declare const fftFast: (vector: Int16Array) => [ | ||
number, | ||
number | ||
][]; |
@@ -1,1 +0,4 @@ | ||
export declare const fftFreq: (fftBins: [number, number][], sampleRate: number) => number[]; | ||
export declare const fftFreq: (fftBins: [ | ||
number, | ||
number | ||
][], sampleRate: number) => number[]; |
@@ -1,1 +0,4 @@ | ||
export declare const fftMag: (fftBins: [number, number][]) => number[]; | ||
export declare const fftMag: (fftBins: [ | ||
number, | ||
number | ||
][]) => number[]; |
@@ -68,3 +68,2 @@ "use strict"; | ||
cleanup(); | ||
console.log('404', status); | ||
}) | ||
@@ -71,0 +70,0 @@ .catch((e) => { |
{ | ||
"repository": { | ||
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/media-utils" | ||
}, | ||
"name": "@remotion/media-utils", | ||
"version": "4.0.177", | ||
"description": "Utility functions for audio and video", | ||
"version": "4.0.178", | ||
"description": "Utilities for working with media files", | ||
"main": "dist/index.js", | ||
@@ -9,5 +12,2 @@ "sideEffects": false, | ||
"license": "MIT", | ||
"repository": { | ||
"url": "https://github.com/remotion-dev/remotion" | ||
}, | ||
"bugs": { | ||
@@ -17,3 +17,3 @@ "url": "https://github.com/remotion-dev/remotion/issues" | ||
"dependencies": { | ||
"remotion": "4.0.177" | ||
"remotion": "4.0.178" | ||
}, | ||
@@ -24,10 +24,2 @@ "peerDependencies": { | ||
}, | ||
"devDependencies": { | ||
"@jonny/eslint-config": "3.0.281", | ||
"@types/node": "18.14.6", | ||
"@types/react": "18.3.1", | ||
"eslint": "8.56.0", | ||
"prettier": "3.2.5", | ||
"prettier-plugin-organize-imports": "3.2.4" | ||
}, | ||
"keywords": [ | ||
@@ -43,2 +35,3 @@ "remotion", | ||
}, | ||
"homepage": "https://www.remotion.dev/docs/media-utils", | ||
"scripts": { | ||
@@ -45,0 +38,0 @@ "formatting": "prettier src --check", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
44776
0
53
1071
0
0
19
+ Addedremotion@4.0.178(transitive)
- Removedremotion@4.0.177(transitive)
Updatedremotion@4.0.178