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

mp4box

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mp4box - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

package.json
{
"name": "mp4box",
"version": "0.4.0",
"version": "0.4.1",
"description": "JavaScript version of GPAC's MP4Box tool",

@@ -5,0 +5,0 @@ "keywords": [

@@ -186,3 +186,3 @@ ISOFile.prototype.add = BoxParser.Box.prototype.add;

var moof = ISOFile.createSingleSampleMoof(sample);
var moof = this.createSingleSampleMoof(sample);
this.addBox(moof);

@@ -196,3 +196,3 @@ moof.computeSize();

ISOFile.createSingleSampleMoof = function(sample) {
ISOFile.prototype.createSingleSampleMoof = function(sample) {
var moof = new BoxParser.moofBox();

@@ -199,0 +199,0 @@ moof.add("mfhd").set("sequence_number", this.nextMoofNumber);

@@ -24,3 +24,3 @@ /* Rewrite the entire file */

var moof = ISOFile.createSingleSampleMoof(sample);
var moof = this.createSingleSampleMoof(sample);
moof.write(stream);

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

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