
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
aframe-always-fullscreen-component
Advanced tools
A Always Fullscreen component for A-Frame.
This component makes sure, that the A-Frame Scene will always use up as much Screen as possible.
The component implements the Fullscreen API for Desktop/Android. But since iOS Device do not support the Fullscreen API, it is challenging to get the minimal UI of Safari/Chrome.
Usually Safari/Chrome on iOS will change to the minimal UI when you start scrolling down the page. But since most A-Frame Webapps are not scrollable, this will never happen. Therefore this component provides a scrollable element to activate the minimal UI.
iOS example (using the scroll-mechanism):
Android/Desktop example (using the Fullscreen API):
Close and Reopen:
Property | Description | Default Value |
---|---|---|
platform | Define on which Platform the component should be active (oneOf: all, desktop, mobile) | mobile |
debug | Whether or not Debug Information should be shown | false |
Install and use by directly including the browser files:
<head>
<title>My A-Frame Scene</title>
<script src="https://aframe.io/releases/0.3.0/aframe.min.js"></script>
<script src="https://rawgit.com/protyze/aframe-always-fullscreen-component/master/dist/aframe-always-fullscreen-component.min.js"></script>
</head>
<body>
<a-scene embedded always-fullscreen>
</a-scene>
</body>
Install via npm:
npm install aframe-always-fullscreen-component
Then register and use.
require('aframe');
require('aframe-always-fullscreen-component');
require('platform');
FAQs
Always Fullscreen component for A-Frame.
We found that aframe-always-fullscreen-component 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.