
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
github.com/bzurkow/swipeable-modal-react-native
Advanced tools
This package delivers a lightweight "pop up" modal that can be swiped right or left. Each direction can receive it's own function to do whatever you would like it to!
npm install --save swipeable-modal-react-native
import React, { Component } from 'react';
import { Text, View } from 'react-native';
import PopUp from 'swipeable-modal-react-native';
export default class Something extends Component {
render() {
return (
<View>
<PopUp>
{/*
Put whatever you want to display in the modal here!
*/}
</PopUp>
</View>
)
}
}
Under the default settings, a button will be rendered like such:
This can be disabled by props.
showButtonbuttonTextbuttonColorbuttonContainerStylebuttonTextStylemodalTransparentmodalOpenanimatedViewStylemodalOpenAnimationonSwipeRightonSwipeLefttrueClick Me!#1BA9DF{backgroundColor: '#1BA9DF', borderRadius: 10}<TouchableHighlight> container{padding: 20, color: '#fff'}<Text> elementtruetrue, displays rendered content behind modal content. If false, blocks non-modal contentfalse {
backgroundColor: '#fff',
borderRadius: 10,
height: height-85,
width: width-50,
marginTop: 60,
marginBottom: 25,
marginLeft: 25,
marginRight: 25,
}
none, slide, fadeFAQs
Unknown package
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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.