
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
react-parallax-effect
Advanced tools
React-Parallax-Effect is a React component designed for deploying content into a view that relies on srolling for navigation. The content can be arranged in layers that mimic the parallax effect, and move at different velocities while scrolling. Layers are assigned by passing them in as children to the component. The first child node determines the scrolling range and motion of its siblings. The parallax differential is determined by the rangeIndex property assigned to each child. The value of the rangeIndex determines the magnitude of the speed differential applied to the layer. Callbacks are abailable for onReady and onChange, and a jumpTo() method is used to adjuste the scroll location of the first child. The effect presents the designer and user creative ways for presenting and interacting with content.
See the demo at http://www.uismithing.com/main/wares/parallax.
https://github.com/uismithing/react-parallax-effect
npm install react-parallax-effect -s
import Parallax from "react-parallax-effect"
<Parallax ref="reactparallax" {...props}>
<!--
- parallax children
- rangeIndex must be >= 1
- the first child assumes scroll authority of sibling child layers
- rangeIndex determines the scroll speed; e.g. rangeIndex=2 scrolls half the speed of rangeIndex=1
- the stack order of the children determines thier order in the z-index stack
-->
<div ref="layer_0" rangeIndex="1">
<!-- layer children -->
</div>
<div ref="layer_1" rangeIndex="2">
<!-- layer children -->
</div>
...
<div ref="layer_n" rangeIndex="n">
<!-- layer children -->
</div>
</Parallax>
FAQs
A React component for applying a parallax scroll to content.
The npm package react-parallax-effect receives a total of 4 weekly downloads. As such, react-parallax-effect popularity was classified as not popular.
We found that react-parallax-effect 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
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.