Socket
Socket
Sign inDemoInstall

midifile-ts

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

midifile-ts - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

10

dist/index.js

@@ -556,2 +556,5 @@ 'use strict';

switch (e.subtype) {
case "sequenceNumber":
add(e.number);
break;
case "text":

@@ -572,2 +575,5 @@ addText(e.text);

break;
case "marker":
addText(e.text);
break;
case "cuePoint":

@@ -590,2 +596,6 @@ addText(e.text);

}
case "smpteOffset": {
console.warn("not implemented yet");
break;
}
case "timeSignature": {

@@ -592,0 +602,0 @@ addNumbers([

2

package.json
{
"name": "midifile-ts",
"version": "1.1.1",
"version": "1.1.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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