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

2413-to-3812

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

2413-to-3812 - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

dist/index.js

@@ -106,3 +106,2 @@ "use strict";

while (!this._data.eod) {
this._detectNewLoopOffset();
var d = this._data.readByte();

@@ -167,2 +166,3 @@ if (d == 0x67) {

}
this._detectNewLoopOffset();
}

@@ -169,0 +169,0 @@ return this._buildVGM();

{
"name": "2413-to-3812",
"version": "1.1.0",
"version": "1.1.1",
"description": "VGM converter from OPLL to OPL",

@@ -5,0 +5,0 @@ "bin": "dist/cmd.js",

@@ -126,3 +126,2 @@ import VGM from "./vgm";

while (!this._data.eod) {
this._detectNewLoopOffset();
const d = this._data.readByte();

@@ -172,2 +171,3 @@ if (d == 0x67) {

}
this._detectNewLoopOffset();
}

@@ -174,0 +174,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