
Research
/Security News
Coruna Respawned: Compromised art-template npm Package Leads to iOS Browser Exploit Kit
Compromised npm package art-template delivered a Coruna-like iOS Safari exploit framework through a watering-hole attack.
sudo yum install openssl-devel
sudo apt-get install libssl-dev
xcode-select --install
If you have a problem although your mac already installed xcode-select, you can try this command (not responsible for any damage):
sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install
npm i dguard
dguard.init({ local: false });
async function myFunction() {
const encrypted = await dguard.encrypt("CRYPTO", "ENC", "테스트");
console.log("ENC:", encrypted); // "ENC: KrYf33BmD8uoqlWEQ8AG9A=="
const decrypted = await dguard.decrypt("CRYPTO", "ENC", encrypted);
console.log("DEC:", decrypted); // "DEC: 테스트"
const hashed = await dguard.hash("CRYPTO", "PWD", "1111111111");
console.log("PWD:", hashed); // "PWD: R4RJJu0F8cTeWYH3o5GqNriPQdjcX0UpmoZGrqBJq2s="
}
dguard.close();
FAQs
dguard nodejs addon
The npm package dguard receives a total of 15 weekly downloads. As such, dguard popularity was classified as not popular.
We found that dguard 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.

Research
/Security News
Compromised npm package art-template delivered a Coruna-like iOS Safari exploit framework through a watering-hole attack.

Company News
As AI accelerates how code is written and shipped, Socket is scaling to protect the software supply chain from the growing wave of attacks targeting open source dependencies.

Company News
Socket is scaling to defend open source against supply chain attacks as AI accelerates software development.