
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.
ember-fake-content
Advanced tools
Composable components for rendering animated content placeholders like facebook
Ember addon for rendering fake content while data is fetching to provide better UX and lower bounce rate.
ember install ember-fake-content
{{#fake-content as |fake|}}
{{fake.heading img=true}}
{{fake.text lines="3"}}
{{/fake-content}}
{{#fake-content rounded=true as |fake|}}
{{fake.img}}
{{fake.heading}}
{{/fake-content}}
root fake-content
animated
(default: true)rounded
(default: false) - border radiuscentered
(default: false)properties from root component are automatically passed down to each one of yielded components, so they can be overriden whenever necessary per comoponent case
yield fake.heading
img
(default: false)yield fake.text
lines
(default: 4)yield fake.img
yield fake.nav
TO DO:
fake.list
fake.chart
fake.table
Composable components make it easy to form a required module, but sometimes it's not enough. If you'd like to also amend styling, there are few variables that can help you out:
$ember-fake-content-primary-color
- heading background$ember-fake-content-secondary-color
- light background$ember-fake-content-border-radius
- border radius size when rounded
property is true
$ember-fake-content-line-height
- single line height$ember-fake-content-spacing
- distance between linesSee the LICENSE file for license rights and limitations (MIT).
FAQs
Composable components for rendering animated content placeholders like facebook
We found that ember-fake-content 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.
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.