
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
react-ilyabirman-likely
Advanced tools
React wrapper for Likely library by Ilya Birman
Using npm:
npm install --save react-ilyabirman-likely
Using yarn:
yarn add react-ilyabirman-likely
import React, {Component} from 'react';
import Likely, {
Facebook,
Twitter,
Gplus,
Vkontakte,
Pinterest,
Odnoklassniki,
Telegram,
Linkedin
} from 'react-ilyabirman-likely'
export default class App extends Component {
render() {
return (
<Likely size={'small'} skin={'light'}>
<Facebook>Share on Facebook</Facebook>
<Twitter via="your_twitter_account">Share on Twitter</Twitter>
<Gplus>Share on Google Plus</Gplus>
<Vkontakte>Share on Vkontakte</Vkontakte>
<Pinterest media="https://example.com/image.jpg">Share on Pinterest</Pinterest>
<Odnoklassniki>Share on Odnoklassniki</Odnoklassniki>
<Telegram text="text example">Share on Telegram</Telegram>
<Linkedin>Share on Linkedin</Linkedin>
</Likely>
)
}
}
CSS style published in the file dist/styles, if you want to use built-in styles, you
need to include it into your project somehow. For example, if you use Webpack, and you use
special loaders for css, you can do something like this:
import styles from 'react-ilyabirman-likely/dist/styles.css'
FAQs
ReactJS wrapper for Likely library
We found that react-ilyabirman-likely 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 shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.