
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
react-native-swipe-slider
Advanced tools
iOS brightness-style slider ready to use in your next React Native app.
iOS brightness-style slider ready to use in your next React Native app.
npm install react-native-swipe-slider
or
yarn add react-native-swipe-slider

Please check out this Expo Snack.
import {useState} from 'react';
import SwipeSlider from 'react-native-swipe-slider';
const Component = () => {
const [value, setValue] = useState(0);
return (
<SwipeSlider
style={{flex: 1, width: 65}}
min={0}
max={100}
value={value}
onChange={value => setValue(value)}
backgroundColor={'#1B1725'}
barColor={'#226CE0'}
vertical
/>
);
}
min - The minimum permitted value.max - The maximum permitted value.step (optional) - The stepping interval.value - Slider value.onChange (optional) - Function which would be called when user stops touching the slider.changeEventThrottle (optional) - This prop controls how ofter the change event will be fired while changing the value of the slider (as a time internal in ms). If it is not set onChange event would be fired only when user stops swiping the slider.vertical (optional) - Slider orientation. Defaults to false.backgroundColor - The slider background color (navy blue in the demo).barColor - The bar color (blue in the demo).style (optional) - Slider style.barStyle (optional) - Bar style.children (optional) - It could be used to place elements inside the slider (eg. an icon).FAQs
iOS brightness-style slider ready to use in your next React Native app.
We found that react-native-swipe-slider 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 supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.