Socket
Book a DemoInstallSign in
Socket

@esotericsoftware/spine-core

Package Overview
Dependencies
Maintainers
3
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esotericsoftware/spine-core - npm Package Compare versions

Comparing version

to
4.2.85

15

dist/AssetManagerBase.d.ts

@@ -36,9 +36,7 @@ /******************************************************************************

private downloader;
private assets;
private assetsRefCount;
private assetsLoaded;
private cache;
private errors;
private toLoad;
private loaded;
constructor(textureLoader: (image: HTMLImageElement | ImageBitmap) => Texture, pathPrefix?: string, downloader?: Downloader);
constructor(textureLoader: (image: HTMLImageElement | ImageBitmap) => Texture, pathPrefix?: string, downloader?: Downloader, cache?: AssetCache);
private start;

@@ -65,2 +63,3 @@ private success;

loadTextureAtlasButNoTexturesAsync(path: string): Promise<TextureAtlas>;
setCache(cache: AssetCache): void;
get(path: string): any;

@@ -78,2 +77,10 @@ require(path: string): any;

}
export declare class AssetCache {
assets: StringMap<any>;
assetsRefCount: StringMap<number>;
assetsLoaded: StringMap<Promise<any>>;
static AVAILABLE_CACHES: Map<string, AssetCache>;
static getCache(id: string): AssetCache;
addAsset(path: string, asset: any): Promise<void>;
}
export declare class Downloader {

@@ -80,0 +87,0 @@ private callbacks;

{
"name": "@esotericsoftware/spine-core",
"version": "4.2.84",
"version": "4.2.85",
"description": "The official Spine Runtimes for the web.",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.