
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
react-app-store-badge
Advanced tools
A simple react component for displaying a custom app store badge.
A simple customizable App Store badge component for React.
NOTE: THIS IS A FIRST BUILD THAT HASN'T BEEN TESTED IN THE WILD YET. USE AT YOUR OWN DISCRETION
To setup dev dependencies
npm install
To build dist file
npm run build
To run example server
npm run example
note: requires node/npm
Create badges in the App Store styles as seen on the Apple App Store and Google Play. You may choose primary (text, icon, and border) and secondary (background) colors. Colors default to white and black respectively.
Provide your own font based icon. For example using a tool like fontello
example:
install the package
npm install --save react-app-store-badge
then use within your project
import ReactAppStoreBadge from 'react-app-store-badge';
// or
var ReactAppStoreBadge = require('react-app-store-badge');
// then in your `render` method's return
<ReactAppStoreBadge
textHeading="Available on the"
textStoreName="App Store"
icon={<i className="icon-my-icon" />}
url="www.myappstoreplaceholder.com"
/>
FAQs
A simple react component for displaying a custom app store badge.
The npm package react-app-store-badge receives a total of 10 weekly downloads. As such, react-app-store-badge popularity was classified as not popular.
We found that react-app-store-badge 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
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.