Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
aframe-gblock
Advanced tools
A-Frame Component loading Google Poly models from https://poly.google.com. Maintained by 3d.io.
<head>
<script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
<script src="https://cdn.rawgit.com/archilogic-com/aframe-gblock/6498b71d/dist/gblock.js"></script>
</head>
<body>
<a-scene>
// Using Poly API Key (Recommended)
<a-entity gblock="https://poly.google.com/view/ewsXLyr8OPu&key=YOUR_POLY_API_KEY_HERE"></a-entity>
// Without Poly API Key (Legacy mode: Might break in the future)
<a-entity gblock="https://poly.google.com/view/dVG0XJrpRJC"></a-entity>
</a-scene>
</body>
On Mac OS X, it's recommended to use Homebrew to install Node + npm:
brew install node
git clone https://github.com/archilogic-com/aframe-gblock.git
npm install
npm start
Based on gltf component from A-Frame using GLTF loader from three.js.
Distributed under an MIT License.
FAQs
Aframe component loading remixable google blocks models.
The npm package aframe-gblock receives a total of 0 weekly downloads. As such, aframe-gblock popularity was classified as not popular.
We found that aframe-gblock 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 a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.