New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

gameboy-sound

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gameboy-sound - npm Package Compare versions

Comparing version

to
0.0.3

@@ -27,4 +27,2 @@ const dutyLookup = [

updateOutput();
let leftChannel = true;

@@ -31,0 +29,0 @@ let rightChannel = true;

@@ -12,4 +12,2 @@ export function wav() {

updateOutput();
const PCM = new Int8Array(0x20);

@@ -16,0 +14,0 @@

@@ -43,4 +43,2 @@ //Noise Sample Tables:

updateOutput();
let leftChannel = true;

@@ -47,0 +45,0 @@ let rightChannel = true;

{
"name": "gameboy-sound",
"version": "0.0.2",
"version": "0.0.3",
"description": "Easy 3 kB library for 98% accurate Gameboy audio",

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