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

skinview-utils

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skinview-utils - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

4

build/viewer-mixins.d.ts

@@ -10,3 +10,3 @@ import { RemoteImage } from "./load-image.js";

loadSkin(empty: null): void;
loadSkin<S extends TextureSource | RemoteImage>(source: S, model?: ModelType | "auto-detect", options?: T): S extends RemoteImage ? Promise<void> : void;
loadSkin<S extends TextureSource | RemoteImage>(source: S, model?: ModelType | "auto-detect", options?: T): S extends TextureSource ? void : Promise<void>;
}

@@ -18,3 +18,3 @@ export declare abstract class CapeContainer<T> {

loadCape(empty: null): void;
loadCape<S extends TextureSource | RemoteImage>(source: S, options?: T): S extends RemoteImage ? Promise<void> : void;
loadCape<S extends TextureSource | RemoteImage>(source: S, options?: T): S extends TextureSource ? void : Promise<void>;
}
{
"name": "skinview-utils",
"version": "0.5.2",
"version": "0.5.3",
"description": "Utilities for working with Minecraft skins",

@@ -5,0 +5,0 @@ "type": "module",

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