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

@ludovicm67/mp4-tools

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ludovicm67/mp4-tools - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

dist/cli/fix.d.ts

8

CHANGELOG.md
# @ludovicm67/mp4-tools
## 0.2.5
### Patch Changes
- e4ce2ed: Improve typings
- Updated dependencies [e4ce2ed]
- @ludovicm67/media-tools-utils@0.1.6
## 0.2.4

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

2

index.js

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

* @param {MP4ParsedFile?} [context={}] The context to use to build the file, usually the previous parsed chunk.
* @returns {{ filedata: Buffer, rest: import('@ludovicm67/media-tools-utils').Buffer }} The built file and the rest of the file.
* @returns {{ filedata: import('@ludovicm67/media-tools-utils').Buffer, rest: import('@ludovicm67/media-tools-utils').Buffer }} The built file and the rest of the file.
*/

@@ -30,0 +30,0 @@ export const buildFile = (data, context) => {

{
"name": "@ludovicm67/mp4-tools",
"version": "0.2.4",
"version": "0.2.5",
"description": "MP4 tools",
"main": "index.js",
"type": "module",
"types": "dist/index.d.ts",
"bin": "cli/index.js",
"scripts": {
"typings": "tsc",
"clean": "rimraf *.tgz *.d.ts* **/*.d.ts*",
"build": "yarn clean && yarn typings",
"postpublish": "yarn clean",
"clean": "rimraf dist/",
"build": "npm run clean && npm run typings",
"prepack": "npm run build",
"test": "true"

@@ -24,6 +25,13 @@ },

},
"files": [
"cli",
"dist",
"lib",
"index.js",
"CHANGELOG.md"
],
"license": "MIT",
"dependencies": {
"@ludovicm67/media-tools-utils": "^0.1.5",
"commander": "^11.1.0"
"@ludovicm67/media-tools-utils": "^0.1.6",
"commander": "^12.0.0"
},

@@ -30,0 +38,0 @@ "publishConfig": {

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