Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
aframe-leap-hands
Advanced tools
leap-hand
for Leap MotionA-Frame VR component for Leap Motion controller.
In the dist/ folder, download either the minified or unminified build. Include the scripts on your page, and all components are automatically registered for you.
Or, use a CDN-hosted version:
<script src="//unpkg.com/aframe-leap-hands/dist/aframe-leap-hands.umd.js"></script>
Using NPM and Browserify or Webpack:
npm install --save aframe-leap-hands
require('aframe');
require('aframe-leap-hands');
<a-entity camera="near: 0.01" look-controls position="0 1.5 0">
<a-entity leap-hand="hand: left"></a-entity>
<a-entity leap-hand="hand: right"></a-entity>
</a-entity>
leap-hand
component:Property | Default | Description |
---|---|---|
hand | — | left or right |
enablePhysics | false | Adds a physics body for aframe-physics-system. |
holdDistance | 0.2 | Holding distance, in meters. |
holdDebounce | 100 | Debouncing on grip, in milliseconds. |
holdSelector | [holdable] | Selector that limits which objects may be held. |
holdSensitivity | 0.95 | 0—1. |
releaseSensitivity | 0.75 | 0–1. |
debug | false | Shows a grip target indicator. |
leap
system:Property | Default | Description |
---|---|---|
vr | true | If true, sets default VR position and quaternion. |
scale | 0.001 | |
position | 0 0 0 | |
quaternion | 0 0 0 1 |
For example, to set both hands to desktop configuration:
<a-scene leap="vr: false">
<a-entity leap-hand="hand: left"></a-entity>
<a-entity leap-hand="hand: right"></a-entity>
</a-scene>
FAQs
Leap Motion components for A-Frame VR
The npm package aframe-leap-hands receives a total of 8 weekly downloads. As such, aframe-leap-hands popularity was classified as not popular.
We found that aframe-leap-hands 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.