
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-filter-image
Advanced tools
An ember-cli addon for cross-browser image filtering using SVG filters.
Just take me to the demo!
Just add the filter-image
component to your template:
{{filter-image src="image.jpg" filters=filters}}
src
should be pretty self-explanatory, and filters
is an object containing the filter settings, e.g. (in your route):
setupController(controller) {
controller.set('filters', {
contrast: 1,
saturation: 1,
brightness: 0
})
}
By default, the rendered image will be scaled such that it is contained in the parent DOM element. If you'd prefer it to be cropped apply this:
{{filter-image src="image.jpg" filters=filters crop=true}}
If you don't want the aspect ratio to be locked, apply this:
{{filter-image src="image.jpg" filters=filters lockAspectRatio=false}}
Name | Type | Default | Description |
---|---|---|---|
src | String | N/A | The source of the image |
filters | Object | { saturation: 1, contrast: 1, brightness: 0 } | The values for the filters to apply |
crop | Boolean | false | Whether to crop the image on scaling (this is obviously ignored if the aspect ratio is not locked) |
lockAspectRatio | Boolean | true | Whether to lock the aspect ratio on scaling |
Because IE11 doesn't support them...
Adding more filters just a matter of implementing the respective filter function, though.
git clone <repository-url>
this repositorycd ember-filter-image
npm install
bower install
ember serve
npm test
(Runs ember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://ember-cli.com/.
FAQs
ember-cli addon for cross-browser image filtering
We found that ember-filter-image demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.