
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
react-sociable
Advanced tools
For example:
import React from 'react';
import Sociable from 'react-sociable';
class Example extends React.Component {
render() {
const url = window.location.href;
const msg = "Share it like you've never shared before!";
return (
<div>
<Sociable.FacebookButton
url={url}
message={msg}
windowOptions={["", "", "width=600,height=300"]}
appId="233201753822876"
>
{'Facebook'}
</Sociable.FacebookButton>
<Sociable.TwitterButton
url={url}
message={msg}
windowOptions={["", "", "width=600,height=300"]}
>
{'Twitter'}
</Sociable.TwitterButton>
<Sociable.EmailButton
url={url}
message={msg}
>
{'Email'}
</Sociable.EmailButton>
<Sociable.PinterestButton
url={url}
message={msg}
media="some/path/to/file"
>
{'Pinterest'}
</Sociable.PinterestButton>
<Sociable.GooglePlusButton
url={url}
>
{'Google Plus'}
</Sociable.GooglePlusButton>
</div>
)
}
}
export default Example;
This module is heavily inspired by the react-social module. It takes a similar approach, opting for higher order components and ES2015 syntax rather than mixins. As such, it should be compatible with React 15.5 and up.
FAQs
Provides a universal social button component
The npm package react-sociable receives a total of 122 weekly downloads. As such, react-sociable popularity was classified as not popular.
We found that react-sociable demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.