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 HDRP that creates a simple watercolor effect.
The shader implementation of the effect is heavily inspired by a Shadertoy effect created by Florian Berger (flockaroo). It uses the same approach but with slightly different variables.
Although KinoAqua is compatible with all the HDRP-supported systems, it's pretty slow and unoptimized. Don't try to run it on mobiles.
Note that the test project contained in this repository was created using Unity 2021.2. You must install Unity 2012.2.0 (it's still in the alpha phase at the point I wrote this document) to try the project.
This package uses the scoped registry feature to import dependent packages.
Please add the following sections to the package manifest file
(Packages/manifest.json
).
To the scopedRegistries
section:
{
"name": "Keijiro",
"url": "https://registry.npmjs.com",
"scopes": [ "jp.keijiro" ]
}
To the dependencies
section:
"jp.keijiro.kino.aqua": "1.0.3"
After changes, the manifest file should look like below:
{
"scopedRegistries": [
{
"name": "Keijiro",
"url": "https://registry.npmjs.com",
"scopes": [ "jp.keijiro" ]
}
],
"dependencies": {
"jp.keijiro.kino.aqua": "1.0.3",
...
FAQs
Watercolor post-processing effect
The npm package jp.keijiro.kino.aqua receives a total of 928 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.