
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.
drawer-swipe
Advanced tools
Drawer Swipe is a minimalistic swipe detection library for emulating Android drawer swipe gestures.
A minimalistic swipe gesture library for emulating Android drawer swipe as closely as possible. Compatible with ES6, RequireJS, or plain JavaScript.
Even works for emulating notification swipes, card swipes, etc.
The library works by defining a touch area element, and letting the user handle the transformations that occur when the element is touched and swiped. The library can be implemented with a variety of CSS frameworks as well as customized components.
var swiper = new DrawerSwipeRecognizer('#drawer');
define(['DrawerSwipeRecognizer'] , function (DrawerSwipeRecognizer) {
var swiper = new DrawerSwipeRecognizer('#drawer');
});
var DrawerSwipeRecognizer = require('DrawerSwipeRecognizer');
var swiper = new DrawerSwipeRecognizer('#drawer');
import {DrawerSwipeRecognizer} from 'drawer-swipe-recognizer';
var swiper = new DrawerSwipeRecognizer('#editor');
FAQs
Drawer Swipe is a minimalistic swipe detection library for emulating Android drawer swipe gestures.
The npm package drawer-swipe receives a total of 2 weekly downloads. As such, drawer-swipe popularity was classified as not popular.
We found that drawer-swipe 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.