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.1.0 to 6.2.0

59

package.json
{
"name": "@paxperscientiam/generate-phaser3-filepack",
"bin": "dist/index.mjs",
"main": "dist/index.mjs",
"repository": {
"type": "git",
"url": "https://github.com/paxperscientiam/generate-phaser3-filepack.git"
},
"devDependencies": {
"@types/node": "^20.9.0",
"ts-to-zod": "^3.2.0",
"tsup": "^7.2.0"
},
"dependencies": {
"directory-tree": "^3.5.1",
"is-image": "^4.0.0",
"is-video": "^2.0.0",
"zod": "^3.22.4"
},
"files": [
"src/index.d.ts",
"dist/"
],
"version": "6.1.0",
"scripts": {
"build": "ts-to-zod && tsup --cjsInterop --minify --treeshake",
"dev": "tsup --cjsInterop --watch",
"test": "node ./dist/index.mjs gen-filepack.json"
}
}
"name": "@paxperscientiam/generate-phaser3-filepack",
"bin": "dist/index.mjs",
"main": "dist/index.mjs",
"repository": {
"type": "git",
"url": "https://github.com/paxperscientiam/generate-phaser3-filepack.git"
},
"scripts": {
"build": "ts-to-zod && tsup --cjsInterop --minify --treeshake",
"dev": "tsup --cjsInterop --watch",
"test": "node ./dist/index.mjs gen-filepack.json",
"prepack": "pnpm run build"
},
"devDependencies": {
"@types/node": "^20.9.0",
"ts-to-zod": "^3.2.0",
"tsup": "^7.2.0"
},
"dependencies": {
"directory-tree": "^3.5.1",
"is-image": "^4.0.0",
"is-video": "^2.0.0",
"zod": "^3.22.4"
},
"files": [
"src/index.d.ts",
"dist/"
],
"version": "6.2.0"
}

@@ -96,7 +96,8 @@ [Phaser 3](https://github.com/photonstorm/phaser) Pack File Generator

- [ ] allow set `asBlob` and `noAudio` in post-processing.
- [ ] add check to prevent changing keys of unmoved files
- [ ] add check to prevent changing keys of unmoved files (only relevant to path-based key naming)
- [ ] add mode to merge new with pre-existing
- [ ] isolate unknow file types
- [x] isolate unknow file types
- [ ] post process adjustments.
- [ ] use phaser's types for development
- [ ] idempotence
- [x] avoid double processing. This can be done with combination of dirty flags and collative full file list. Or, maybe make a dictionary of all paths, using dirTree in a prior step for that purpose

@@ -103,0 +104,0 @@ - [x] filter out commonsystem and temp files. EG .DS_Store

@@ -0,1 +1,2 @@

/**

@@ -22,2 +23,3 @@ @toExtract

outputDuplicateKeyWarning?: boolean
applyProAssetKeyPrefix?: boolean
}

@@ -24,0 +26,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