
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
react-native-gradient-wrapper
Advanced tools
A flexible React Native gradient wrapper component with animated border and background gradients.
A flexible React Native gradient wrapper component with animated borders and backgrounds.
npm install react-native-gradient-wrapper react-native-linear-gradient
import { GradientWrapper } from 'react-native-gradient-wrapper';
<GradientWrapper
backgroundGradient={['#4c669f', '#3b5998', '#192f6a']}
angle={45}
borderWidth={3}
borderRadius={12}
onPress={() => console.log('Pressed!')}
style={[styles.customStyle]}
>
<Text style={{ color: 'white' }}>Hello Gradient</Text>
</GradientWrapper>
Check src/GradientWrapper.tsx
for all available props and defaults.
MIT
FAQs
A flexible React Native gradient wrapper component with animated border and background gradients.
The npm package react-native-gradient-wrapper receives a total of 40 weekly downloads. As such, react-native-gradient-wrapper popularity was classified as not popular.
We found that react-native-gradient-wrapper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.