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.3 to 0.3.4

6

CHANGELOG.md
# @ludovicm67/media-tools
## 0.3.4
### Patch Changes
- 5195bb8: Fix export of Buffer and utils
## 0.3.3

@@ -4,0 +10,0 @@

6

dist/index.d.ts

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

export function fix(prevChunk: any, brokenChunk: any, options?: MediaToolsOptions): any;
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 type MediaToolsOptions = {

@@ -24,3 +24,5 @@ /**

import * as webm from '@ludovicm67/webm-tools';
export { mp4, ogg, webm };
import { Buffer } from '@ludovicm67/media-tools-utils';
import { utils } from '@ludovicm67/media-tools-utils';
export { mp4, ogg, webm, Buffer, utils };
//# sourceMappingURL=index.d.ts.map

@@ -8,3 +8,3 @@ // @ts-check

// Export some utils
export { Buffer, utils } from '@ludovicm67/media-tools-utils'
import { Buffer, utils } from '@ludovicm67/media-tools-utils'

@@ -57,3 +57,5 @@ /**

ogg,
webm
webm,
Buffer,
utils
}
{
"name": "@ludovicm67/media-tools",
"version": "0.3.3",
"version": "0.3.4",
"description": "Media tools",

@@ -5,0 +5,0 @@ "main": "index.js",

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