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

pixi-spine

Package Overview
Dependencies
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixi-spine - npm Package Compare versions

Comparing version 1.5.16 to 1.5.18

13

bin/pixi-spine.d.ts

@@ -267,4 +267,4 @@ /// <reference types="pixi.js" />

setAnimationWith(trackIndex: number, animation: Animation, loop: boolean): TrackEntry;
addAnimation(trackIndex: number, animationName: string, loop: boolean, delay: number): TrackEntry;
addAnimationWith(trackIndex: number, animation: Animation, loop: boolean, delay: number): TrackEntry;
addAnimation(trackIndex: number, animationName: string, loop: boolean, delay?: number): TrackEntry;
addAnimationWith(trackIndex: number, animation: Animation, loop: boolean, delay?: number): TrackEntry;
setEmptyAnimation(trackIndex: number, mixDuration: number): TrackEntry;

@@ -687,2 +687,3 @@ addEmptyAnimation(trackIndex: number, mixDuration: number, delay: number): TrackEntry;

static AFTER: number;
static epsilon: number;
data: PathConstraintData;

@@ -779,3 +780,3 @@ bones: Array<Bone>;

setSkinByName(skinName: string): void;
setSkin(newSkin: Skin): void;
setSkin(newSkin: Skin | null): void;
getAttachmentByName(slotName: string, attachmentName: string): Attachment;

@@ -1142,2 +1143,3 @@ getAttachment(slotIndex: number, attachmentName: string): Attachment;

static toSinglePrecision(value: number): number;
static webkit602BugfixHelper(alpha: number, pose: MixPose): void;
}

@@ -1245,2 +1247,3 @@ class DebugUtils {

static globalAutoUpdate: boolean;
static globalDelayLimit: number;
tintRgb: ArrayLike<number>;

@@ -1253,5 +1256,7 @@ spineData: core.SkeletonData;

tempClipContainers: Array<PIXI.Container>;
localDelayLimit: number;
constructor(spineData: core.SkeletonData);
autoUpdate: boolean;
tint: number;
readonly delayLimit: number;
update(dt: number): void;

@@ -1274,3 +1279,5 @@ private setSpriteRegion(attachment, sprite, region);

transformHack(): number;
hackAttachmentGroups(nameSuffix: string, group: any): any[];
destroy(options?: PIXI.DestroyOptions | boolean): void;
}
}
{
"name": "pixi-spine",
"version": "1.5.16",
"version": "1.5.18",
"description": "Spine implementation for pixi v^3 and v^4",

@@ -32,5 +32,5 @@ "author": "Mat Groves",

"docs": "typedoc --out ./docs/ --readme README.md ./src/",
"check:browserify": "yarn checkpack -- browserify -e test/checkpack.ts",
"check:webpack": "yarn checkpack -- webpack -e test/checkpack.ts",
"check:vanillajs": "yarn checkpack -- vanillajs -e test/checkpack.ts",
"check:browserify": "yarn checkpack browserify -e test/checkpack.ts",
"check:webpack": "yarn checkpack webpack -e test/checkpack.ts",
"check:vanillajs": "yarn checkpack vanillajs -e test/checkpack.ts",
"check:all": "yarn build && yarn check:browserify && yarn check:webpack && yarn check:vanillajs"

@@ -40,3 +40,2 @@ },

"bin/",
"src/",
"SPINE-LICENSE",

@@ -47,3 +46,4 @@ "package.json",

"devDependencies": {
"checkpack": "~0.1.0",
"@types/lodash": "^4.14.108",
"checkpack": "^0.3",
"del": "~2.2.0",

@@ -53,3 +53,3 @@ "glob": "~7.1.1",

"parallelshell": "~2.0.0",
"pixi.js": "~4.5",
"pixi.js": "~4.8.1",
"rimraf": "~2.5.3",

@@ -59,7 +59,7 @@ "tmp": "^0.0.33",

"typedoc": "^0.9.0",
"typescript": "~2.4"
"typescript": "^2.8.3"
},
"dependencies": {
"@types/pixi.js": "^4.5.3"
"@types/pixi.js": "^4.8.0"
}
}

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

Sorry, the diff of this file is not supported yet

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