
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.
@egjs/react-conveyer
Advanced tools
Conveyer adds Drag gestures to your Native Scroll.
📱💻🖥
$ npm install @egjs/react-conveyer
import { useConveyer } from "@egjs/react-conveyer";
function App() {
const ref = useRef<HTMLDivElement>(null);
const {
// reactive properties
isReachStart,
isReachEnd,
// methods
scrollIntoView,
// events
onBeginScroll,
onFinishScroll,
} = useConveyer(ref, {
horizontal: false,
});
onBeginScroll(() => {
console.log("begin scroll");
}, []);
onFinishScroll(() => {
console.log("finish scroll");
}, []);
return (
<div className="App">
<button id="prev" disabled={isReachStart} onClick={() => {
// start to end
scrollIntoView("start", {
align: "end",
duration: 500,
});
}}>PREV</button>
<button id="next" disabled={isReachEnd} onClick={() => {
// end to start
scrollIntoView("end", {
align: "start",
duration: 500,
});
}}>NEXT</button>
<div className="items" ref={ref}>
<div className="item"><a href="#1">1</a></div>
<div className="item"><a href="#2">2</a></div>
<div className="item"><a href="#3">3</a></div>
<div className="item"><a href="#4">4</a></div>
<div className="item"><a href="#5">5</a></div>
<div className="item"><a href="#6">6</a></div>
<div className="item"><a href="#7">7</a></div>
<div className="item"><a href="#8">8</a></div>
<div className="item"><a href="#9">9</a></div>
<div className="item"><a href="#10">10</a></div>
<div className="item"><a href="#11">11</a></div>
<div className="item"><a href="#12">12</a></div>
</div>
</div>
);
}
9+(With polyfill), 11+ for Angular & Svelte | Latest | Latest | Latest | 7+ | 4+ |
Check our Demos.
See Documentation page.
See CONTRIBUTING.md.
Please file an Issue.
@egjs/react-conveyer is released under the MIT license.
Copyright (c) 2022-present NAVER Corp.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
1.8.0 (2025-04-18)
@egjs/conveyer
1.8.0@egjs/react-conveyer
1.8.0@egjs/svelte-conveyer
1.8.0@egjs/vue-conveyer
1.8.0@egjs/vue2-conveyer
1.8.0@egjs/ngx-conveyer
1.8.0@egjs/conveyer
@egjs/ngx-conveyer
@egjs/vue2-conveyer
, @egjs/vue-conveyer
, @egjs/svelte-conveyer
, @egjs/react-conveyer
, @egjs/conveyer
@egjs/conveyer
@egjs/svelte-conveyer
@egjs/conveyer
@egjs/vue2-conveyer
FAQs
React Conveyer adds Drag gestures to your Native Scroll.
We found that @egjs/react-conveyer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 open source maintainers 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.