
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.
@steve-moretz/react-native-touchable-scale
Advanced tools
Props | Required | Default Value |
---|---|---|
TouchableWithoutFeedback props... | ||
style style | No | |
defaultScale number | No | 1 |
activeScale number | No | 0.9 |
tension number | No | 150 |
friction number | No | 3 |
pressInTension number | No | |
pressInFriction number | No | |
pressOutTension number | No | |
pressOutFriction number | No | |
useNativeDriver boolean | No | true |
npm install --save react-native-touchable-scale
import TouchableScale from 'react-native-touchable-scale';
const Button = function(props) {
return (
<TouchableScale
style={style.button}
onPress={props.onPress}
activeScale={0.7}
>
{props.children}
</TouchableScale>
);
};
FAQs
Like TouchableOpacity, but scale.
The npm package @steve-moretz/react-native-touchable-scale receives a total of 0 weekly downloads. As such, @steve-moretz/react-native-touchable-scale popularity was classified as not popular.
We found that @steve-moretz/react-native-touchable-scale 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.