
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@make-live/toolkit-dev
Advanced tools
Development tools to help you create amazing Make Live custom UIs
An npm module to help Make Live customers run a pixel streamed Unreal Engine application locally. It runs a simplified signalling server along with another server that emulates Make Live itself.
Reading the Unreal Engine documentation on Pixel Streaming is beneficial.
You can run the module with npx without installing:
npx @make-live/toolkit-dev
To install with npm:
npm install --save-dev @make-live/toolkit-dev
To install with Yarn:
yarn add --dev @make-live/toolkit-dev
Argument | Description | Type | Default |
---|---|---|---|
--port | Port for the Make Live emulation server to use. This is what you will connect to in your custom UI. | number | 9000 |
--streamer-port | Port that Unreal Engine applications connect to. | number | 8888 |
--player-port | Port that players will connect to. Used internally by the Make Live emulation server but changeable to avoid conflicts. | number | 7090 |
The required arguments to use for your Unreal Engine application will be output to the console. You can put these in these in the Advanced Settings of Unreal Engine so that they are used when running in Standalone Game mode. The URL to use for your application will be output too. This is what you need to pass to the Make Live Toolkit when you call createInstance
in the base toolkit or on the MakeLiveProvider
if using the React Toolkit.
FAQs
Development tools to help you create amazing Make Live custom UIs
The npm package @make-live/toolkit-dev receives a total of 0 weekly downloads. As such, @make-live/toolkit-dev popularity was classified as not popular.
We found that @make-live/toolkit-dev demonstrated a not healthy version release cadence and project activity because the last version was released 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.