
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-appstore-button
Advanced tools
An react component which allows you to place an App Store Download button in few seconds
version: 0.0.9
What is this?
An React component which allows you to create an AppStore Download Button in a few seconds. This button:
svg file , so don't worry about the resolutionurl, width and heightExample Code:
import AppStoreButton from 'react-appstore-button';
////
export default (props) => {
return (
<AppStoreButton
url="https://itunes.apple.com/us/app/my-nbn/id1247260936?mt=8"
width=165
height=40
></AppStoreButton>
);
}
You will get an AppStore dwonload button on Web page looks like this:

install using npm
npm install --save react-appstore-button
If you have any suggestion on this, any Pull request is welcome, raise an issue on github https://github.com/arkilis/react-AppStore-Button
My email address: arkilis@gmail.com.
MIT
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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.