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

@paxperscientiam/generate-phaser3-filepack

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paxperscientiam/generate-phaser3-filepack - npm Package Compare versions

Comparing version 6.4.1 to 6.6.0

9

package.json

@@ -5,2 +5,3 @@ {

"main": "dist/index.mjs",
"types": "src/index.d.ts",
"repository": {

@@ -14,7 +15,7 @@ "type": "git",

"test": "node ./dist/index.mjs gen-filepack.json",
"prepack": "pnpm run build"
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@types/node": "^20.9.0",
"ts-to-zod": "^3.2.0",
"@types/node": "^20.11.30",
"ts-to-zod": "^3.7.3",
"tsup": "^7.2.0"

@@ -32,3 +33,3 @@ },

],
"version": "6.4.1"
"version": "6.6.0"
}
/**
@toExtract
*/
*/
export interface IConfigAssetTarget {

@@ -11,2 +11,3 @@ key: string

ignoredPaths?: string|string[]
config?: any // phaser specific
}

@@ -70,2 +71,20 @@

*/
export type IPhaserFilePackSpriteSheetAsset = {
type: "spritesheet"
key: sring
url: string
config: {
frameConfig: {
frameWidth: number,
frameHeight: number,
startFrame: number,
endFrame: number
}
}
}
/**
* @toExtract
*/
export type IPhaserFilePackAsset = (IPhaserFilePackGenericAsset | IPhaserFilePackBinaryAsset | IPhaserFilePackVideoAsset) & {isDirty?:boolean, focalKey?:string}

@@ -72,0 +91,0 @@

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