
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-custom-expandable-button
Advanced tools
React Native Custom Expandable Button is an npm package that provides an animated and customizable button component. This button expands when clicked, grabs attention for a specific duration, and then smoothly reverts to its original size.
To add the package to your project, use the following command:
npm install react-native-custom-expandable-button
import React from 'react';
import { View } from 'react-native';
import CustomExpandableButton from 'react-native-custom-expandable-button';
const App = () => {
return (
<View>
<CustomExpandableButton
title="Click Me"
width={140}
height={40}
borderRadius={5}
borderWidth={2}
borderColor="#3498db"
/>
</View>
);
};
export default App;
Expandable Animation: Adds an expanding animation when clicked, creating an interactive and engaging button.
Customizable: Allows users to adjust properties like width, height, corner radius, and border thickness.
Color Options: Customize the border color and background color during the click animation.
FAQs
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.