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.3.2 to 0.3.3

8

CHANGELOG.md
# @ludovicm67/webm-tools
## 0.3.3
### Patch Changes
- c0a4cea: Replace NPM with Yarn
- Updated dependencies [c0a4cea]
- @ludovicm67/media-tools-utils@0.1.4
## 0.3.2

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

1

index.d.ts
export { default as ebmlSchema } from "./lib/ebml-schema.js";
export * as ebml from "./lib/ebml.js";
export { fix } from "./lib/index.js";
export { Buffer, utils } from "@ludovicm67/media-tools-utils";
//# sourceMappingURL=index.d.ts.map

@@ -6,5 +6,5 @@ export function resetDecoder(options?: {}): void;

headerBuffer: any;
lastStartBuffer: Uint8Array;
lastStartBuffer: any;
};
export function displayDecodedElements(decodedElements: any): void;
//# sourceMappingURL=ebml.d.ts.map

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

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

@@ -3,0 +3,0 @@ /**

{
"name": "@ludovicm67/webm-tools",
"version": "0.3.2",
"version": "0.3.3",
"description": "WebM tools",

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

"clean": "rimraf *.tgz **/*.d.ts*",
"build": "npm run clean && npm run typings",
"postpublish": "npm run clean",
"build": "yarn clean && yarn typings",
"prepack": "yarn build",
"postpublish": "yarn clean",
"test": "true"

@@ -27,3 +28,3 @@ },

"dependencies": {
"@ludovicm67/media-tools-utils": "^0.1.3",
"@ludovicm67/media-tools-utils": "^0.1.4",
"commander": "^11.1.0"

@@ -30,0 +31,0 @@ },

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