Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
This is an A-Frame component for Simbol to easily integrate Simbol in declarative 3D sites
Add it to your dependencies:
npm install -s a-simbol
And then add the tag to your HTML:
<a-simbol hand="right" virtualpersona="{'signIn': true}"></a-simbol>
Check it out on glitch: https://glitch.com/edit/#!/a-simbol-example
It also provides the component simbol-selectable
, add it to any entity and it will emit the following events with Simbol's interaction system:
Simbol.selected
Simbol.unselected
Simbol.hover
Simbol.unhover
<a-box simbol-selectable></a-box>
document.querySelector('a-box').addEventListener('Simbol.selected', () => {
console.log('Box clicked');
});
Check out the Contribution guide! If you have any questions, join our community
This program is free software and is distributed under an MIT License.
FAQs
A-Frame component for Simbol
The npm package a-simbol receives a total of 11 weekly downloads. As such, a-simbol popularity was classified as not popular.
We found that a-simbol 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
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.