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

@ludovicm67/webm-tools

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ludovicm67/webm-tools - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

LICENSE

11

CHANGELOG.md
# @ludovicm67/webm-tools
## 0.2.0
### Minor Changes
- d83f005: Refactor the codebase to have something more clean and so that it can use the new `@ludovicm67/media-tools-utils` package.
### Patch Changes
- Updated dependencies [826791a]
- @ludovicm67/media-tools-utils@0.1.0
## 0.1.0

@@ -4,0 +15,0 @@

1

cli/fix.js
// @ts-check
import { writeFileSync } from 'node:fs'

@@ -3,0 +4,0 @@ import { readFile } from 'node:fs/promises'

// @ts-check
import { Command } from 'commander'

@@ -3,0 +4,0 @@ import fix from './fix.js'

// @ts-check
import { writeFileSync } from 'node:fs'

@@ -3,0 +4,0 @@ import { readFile } from 'node:fs/promises'

7

index.js
// @ts-check
// Common types, that can be useful to expose
export { Buffer } from 'buffer/index.js'
// Export some utils
export { Buffer, utils } from '@ludovicm67/media-tools-utils'
// Some useful utilities
export * as utils from './lib/utils.js'
// EBML tools
export { default as ebmlSchema } from './lib/ebml-schema.js'
export * as ebml from './lib/ebml.js'
// @ts-check
import { Buffer } from 'buffer/index.js'
import { Buffer } from '@ludovicm67/media-tools-utils'
import schema from './ebml-schema.js'

@@ -4,0 +5,0 @@

{
"name": "@ludovicm67/webm-tools",
"version": "0.1.0",
"version": "0.2.0",
"description": "WebM tools",

@@ -26,3 +26,3 @@ "main": "index.js",

"dependencies": {
"buffer": "^6.0.3",
"@ludovicm67/media-tools-utils": "^0.1.0",
"commander": "^11.1.0"

@@ -34,6 +34,6 @@ },

"devDependencies": {
"@types/node": "^20.9.0",
"@types/node": "^20.11.5",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
{
// Change this to match your project
"include": ["*.js", "cli/**/*.js", "lib/**/*.js"],
"exclude": ["node_modules"],
"exclude": ["node_modules", "tsconfig.json"],
"compilerOptions": {

@@ -6,0 +6,0 @@ // Tells TypeScript to read JS files, as

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