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

@ludovicm67/media-tools

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ludovicm67/media-tools - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

dist/tsconfig.tsbuildinfo

8

CHANGELOG.md
# @ludovicm67/media-tools
## 0.3.3
### Patch Changes
- 9ff6a94: Include @ludovicm67/ogg-tools package as dependency
- Updated dependencies [9ff6a94]
- @ludovicm67/media-tools-utils@0.1.9
## 0.3.2

@@ -4,0 +12,0 @@

3

dist/index.d.ts

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

export function fix(prevChunk: import('@ludovicm67/media-tools-utils').Buffer, brokenChunk: import('@ludovicm67/media-tools-utils').Buffer, options?: MediaToolsOptions): import('@ludovicm67/media-tools-utils').Buffer;
export function fix(prevChunk: any, brokenChunk: any, options?: MediaToolsOptions): any;
export type MediaToolsOptions = {

@@ -25,3 +25,2 @@ /**

export { mp4, ogg, webm };
export { Buffer, utils } from "@ludovicm67/media-tools-utils";
//# sourceMappingURL=index.d.ts.map
{
"name": "@ludovicm67/media-tools",
"version": "0.3.2",
"version": "0.3.3",
"description": "Media tools",

@@ -36,4 +36,5 @@ "main": "index.js",

"dependencies": {
"@ludovicm67/media-tools-utils": "^0.1.8",
"@ludovicm67/media-tools-utils": "^0.1.9",
"@ludovicm67/mp4-tools": "^0.2.7",
"@ludovicm67/ogg-tools": "^0.1.2",
"@ludovicm67/webm-tools": "^0.3.7",

@@ -40,0 +41,0 @@ "buffer": "^6.0.3"

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