@remotion/media-utils
Advanced tools
Comparing version 1.6.0-alpha.d1394cdc to 1.6.0-alpha.d38009ab
"use strict"; | ||
// Adapted from node-fft project by Joshua Wong and Ben Bryan | ||
// https://github.com/vail-systems/node-fft | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +5,0 @@ exports.complexMagnitude = exports.complexMultiply = exports.complexSubtract = exports.complexAdd = void 0; |
"use strict"; | ||
// Adapted from node-fft project by Joshua Wong and Ben Bryan | ||
// https://github.com/vail-systems/node-fft | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +5,0 @@ exports.exponent = void 0; |
"use strict"; | ||
// Adapted from node-fft project by Joshua Wong and Ben Bryan | ||
// https://github.com/vail-systems/node-fft | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +5,0 @@ exports.fftFreq = void 0; |
"use strict"; | ||
// Adapted from node-fft project by Joshua Wong and Ben Bryan | ||
// https://github.com/vail-systems/node-fft | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +5,0 @@ exports.fft = void 0; |
"use strict"; | ||
// Adapted from node-fft project by Joshua Wong and Ben Bryan | ||
// https://github.com/vail-systems/node-fft | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +5,0 @@ exports.getVisualization = void 0; |
"use strict"; | ||
// Adapted from node-fft project by Joshua Wong and Ben Bryan | ||
// https://github.com/vail-systems/node-fft | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +5,0 @@ exports.fftMag = void 0; |
"use strict"; | ||
// Adapted from node-fft project by Joshua Wong and Ben Bryan | ||
// https://github.com/vail-systems/node-fft | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +5,0 @@ exports.getMaxPossibleMagnitude = void 0; |
"use strict"; | ||
// Adapted from node-fft project by Joshua Wong and Ben Bryan | ||
// https://github.com/vail-systems/node-fft | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +5,0 @@ exports.smoothen = void 0; |
{ | ||
"name": "@remotion/media-utils", | ||
"version": "1.6.0-alpha.d1394cdc", | ||
"version": "1.6.0-alpha.d38009ab", | ||
"description": "Utility functions for audio and video", | ||
@@ -20,7 +20,7 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"remotion": "1.6.0-alpha.d1394cdc" | ||
"remotion": "1.6.0-alpha.d38009ab" | ||
}, | ||
"peerDependencies": { | ||
"react": "17.0.1", | ||
"react-dom": "17.0.1" | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
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
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
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
55327
628
+ Addedreact@17.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedremotion@1.6.0-alpha.d38009ab(transitive)
- Removedreact@17.0.1(transitive)
- Removedreact-dom@17.0.1(transitive)
- Removedremotion@1.6.0-alpha.d1394cdc(transitive)