
Research
TeamPCP Compromises Telnyx Python SDK to Deliver Credential-Stealing Malware
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.
react-native-inset-shadow
Advanced tools
Inset shadows for react native components
This library is available on npm, install it with: npm i react-native-inset-shadow or yarn add react-native-inset-shadow
import InsetShadow from 'react-native-inset-shadow'
import { Text, View } from 'react-native'
const ViewWithInsetShadow = () => {
return (
<View style={{ height: 150 }}>
<InsetShadow>
<View style={{ flex: 1, justifyContent: 'center', alignSelf: 'center'}}>
<Text>This view has an inset shadow!</Text>
</View>
</InsetShadow>
</View>
)
}
| Name | Type | Default | Description |
|---|---|---|---|
| children | node | null | (Required) child components to sit inside the view |
| left | bool | true | (Optional) show left inset shadow? |
| top | bool | true | (Optional) show top inset shadow? |
| right | bool | true | (Optional) show right inset shadow? |
| bottom | bool | true | (Optional) show bottom inset shadow? |
| shadowColor | string | black | (Optional) shadow color |
| shadowOffset | number | 1 | (Optional) how much to offset the shadow on the horizontal/vertical axis |
| shadowOpacity | number | 0.5 | (Optional) shadow opacity |
| shadowRadius | number | 3 | (Optional) shadow radius |
| elevation | number | 5 | (Optional) shadow elevation for android |
| containerStyle | object | {} | (Optional) style for the container |
FAQs
Inset shadows for react native components
We found that react-native-inset-shadow 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
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.

Security News
/Research
Widespread GitHub phishing campaign uses fake Visual Studio Code security alerts in Discussions to trick developers into visiting malicious website.