New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 0.3.5

10

CHANGELOG.md
# @ludovicm67/media-tools
## 0.3.5
### Patch Changes
- e425a7f: Improve handling of optional types
- Updated dependencies [e425a7f]
- @ludovicm67/webm-tools@0.3.8
- @ludovicm67/mp4-tools@0.2.8
- @ludovicm67/ogg-tools@0.1.3
## 0.3.4

@@ -4,0 +14,0 @@

4

dist/index.d.ts

@@ -6,7 +6,7 @@ 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;

*/
debug: boolean | null;
debug?: boolean;
/**
* The media type to use.
*/
mediaType: MediaTypes | null;
mediaType?: MediaTypes;
};

@@ -13,0 +13,0 @@ /**

@@ -23,4 +23,4 @@ // @ts-check

* @typedef {Object} MediaToolsOptions
* @property {boolean?} debug Whether to enable debug mode or not.
* @property {MediaTypes?} mediaType The media type to use.
* @property {boolean} [debug] Whether to enable debug mode or not.
* @property {MediaTypes} [mediaType] The media type to use.
*/

@@ -27,0 +27,0 @@

{
"name": "@ludovicm67/media-tools",
"version": "0.3.4",
"version": "0.3.5",
"description": "Media tools",

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

"@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",
"@ludovicm67/mp4-tools": "^0.2.8",
"@ludovicm67/ogg-tools": "^0.1.3",
"@ludovicm67/webm-tools": "^0.3.8",
"buffer": "^6.0.3"

@@ -42,0 +42,0 @@ },

@@ -16,2 +16,3 @@ # Media Tools

- `mp4`: MP4 tools
- `ogg`: OGG tools
- `webm`: WebM tools

@@ -18,0 +19,0 @@ - `fix`: the function to use to fix a chunk by using the previous one

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