
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@workadventure/upload-maps
Advanced tools
This package is designed to help you upload maps to the map storage of WorkAdventure.
To install this package, use the following command:
npm install @workadventure/upload-maps
This guide will walk you through the process of uploading your custom map to the map storage. You can also refer to the WorkAdventure documentation for more details.
To use this package, import it into your project and run the command in your terminal:
npm run upload
It will ask you a few questions:
Map Storage URL (stored in MAP_STORAGE_URL
in the .env file)
For SaaS users, you can find it in the admin panel under Developers -> API keys / Zapier.
API Key (stored in MAP_STORAGE_API_KEY
in the .env.secret file)
For SaaS users, you can generate this in the admin panel, under Developers -> API keys / Zapier.
Upload Directory (stored in UPLOAD_DIRECTORY
in the .env file)
If you have GitHub and forked the repository, the directory will default to your GitHub username and repository name. Otherwise, specify a custom name.
Alternatively, you can use flags to upload your map, though the secret variables won't be saved in the .env
or .env.secret
files. Available flags include:
-u
: Map storage URL-k
: API Key-d
: Upload directoryExample:
npm run upload -- -u your-map-storage-url -k your-api-key -d your-directory
After answering these questions, the script will start to upload your maps. You need to see something like this at the end: Upload done successfully!
.
When you run npm run upload
, the following steps are executed:
Build Phase:
dist
directory.public
directory content is copied to the dist
directory.Upload Phase:
dist
directory is created and sent to the WorkAdventure map-storage server..wam
files for each .tmj
file if needed.[!TIP] You can skip the build phase and only upload the current state of your project with the command:
npm run upload-only
[!WARNING] The WorkAdventure server only stores the built map you upload. It does not store your original files. To update your map, make sure to keep the original files locally. If you need to make changes, update your files and run the upload command again.
If you have any questions or need further assistance, don't hesitate to ask either by email or Discord!
FAQs
It is a package for uploading map in self hosted version.
The npm package @workadventure/upload-maps receives a total of 404 weekly downloads. As such, @workadventure/upload-maps popularity was classified as not popular.
We found that @workadventure/upload-maps demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.