Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

gb-image-decoder

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gb-image-decoder - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+3
-0
dist/index.cjs

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

const canvases = Object.entries(tiles).reduce((acc, [key, channelTiles]) => {
if (!channelTiles?.length) {
return acc;
}
const channelKey = key;

@@ -484,0 +487,0 @@ const channelShades = palette[channelKey] || RGBN_SHADES;

@@ -480,2 +480,5 @@ import { hash } from 'ohash';

const canvases = Object.entries(tiles).reduce((acc, [key, channelTiles]) => {
if (!channelTiles?.length) {
return acc;
}
const channelKey = key;

@@ -482,0 +485,0 @@ const channelShades = palette[channelKey] || RGBN_SHADES;

+1
-1
{
"name": "gb-image-decoder",
"version": "2.0.0",
"version": "2.0.1",
"description": "Decoder classes for GameBoy-encoded images",

@@ -5,0 +5,0 @@ "repository": "",