
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-resize-aware
Advanced tools
Checkout the DEMO
Simplified and updated version of ember-resize
.
Provides a mixin that you can use on your components, your components will have a didResize
event called on them when appropriate.
Uses ember-singularity under the hood for efficient and massively gangster event handling.
ember install ember-resize-aware
Just mix this sucker into a component or any ember object with the didInsertElement
lifecycle hooks.
import Component from '@ember/component';
import ResizeAware from 'ember-resize-aware/mixins/resize-aware';
export default Component.extend(ResizeAware, {
debounceRate: 400, // You can optionally set the debounce rate, the default is 200, 0 during testing.
didResize(width, height) {
// YOU GET THE WIDTH! AND THE HEIGHT! BOOM!
},
});
git clone <repository-url>
cd ember-resize-aware
yarn install
yarn lint:js
yarn lint:js --fix
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"yarn test
– Runs ember try:each
to test your addon against multiple Ember versionsember serve
For more information on using ember-cli, visit https://ember-cli.com/.
This project is licensed under the MIT License.
FAQs
Ember Component mixin to notify of size changes.
The npm package ember-resize-aware receives a total of 297 weekly downloads. As such, ember-resize-aware popularity was classified as not popular.
We found that ember-resize-aware 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.