Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
jp.keijiro.kino.aqua
Advanced tools
KinoAqua is a custom post-processing effect for Unity URP/HDRP that creates a watercolor effect. The shader implementation of the effect is inspired by a Shadertoy effect created by Florian Berger (flockaroo).
Note that the shader hasn't been optimized enough for practical use. Although it's compatible with most of the platforms, it may run significantly slow on some devices like mobiles.
This package uses the scoped registry feature to resolve package dependencies. Open the Package Manager page in the Project Settings window and add the following entry to the Scoped Registries list:
Keijiro
https://registry.npmjs.com
jp.keijiro
Now you can install the package from My Registries page in the Package Manager window.
The effect is implemented as a renderer feature on URP. To use the effect, add the Aqua Effect Feature to the renderer feature list.
You also have to add the Aqua Effect component to camera objects. You can control the effect parameters via it, and the effect is only enabled within the attached camera objects.
The effect is implemented as a custom post-processing effect on HDRP. To use
the effect, add Kino.PostProcessing.Aqua
to the Custom Post Process Orders
list in the HDRP Global Settings (you can find the entry in the "After Post
Process" list box).
FAQs
Watercolor post-processing effect
The npm package jp.keijiro.kino.aqua receives a total of 0 weekly downloads. As such, jp.keijiro.kino.aqua popularity was classified as not popular.
We found that jp.keijiro.kino.aqua demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.