
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.
ngx-awesome-gallery
Advanced tools
A simple ,Lightweight ,Easy to integrate image gallery in Angular.
A simple ,lightweight ,Easy to integrate image gallery in Angular.
#Tested in Angular 7.
http://abdulkhaderp.github.io/awsomeGalleryDemo/index.html
npm i ngx-awesome-gallery
Import NgxAwesomeGalleryModule in app.module.ts, Add it in imports array :
import {NgxAwesomeGalleryModule} from 'ngx-awesome-gallery';
..
imports: [
.. , NgxAwesomeGalleryModule
]
Use the library in the component html :
<div class="your_container_class">
<lib-NgxAwesomeGallery [source]=imageData [conf]=conf></lib-NgxAwesomeGallery>
</div>
Define width and height with CSS class, "your_container_class". The gallery will take 100% height and width of the DIV wrapper.
Provide required data (source and conf) in component .ts file. Source is madatory, conf is optional.
imageData = [{
link:"../assets/images/first.jpg", //Path to image file.
description:"Sample description 1" //Optional description text.
},..]
conf = {
"transitionStyle":"scale",
"description" : true,
"fullWidth" : false
}
conf properties in detail:
##transitionStyle
##description
Decide show/hide the optional description text.
Default: false
Expected: true or false
##fullWidth
If set true, the image will take 100% width of the wrapper DIV. Else, image will be kept as of it's original width.
Default: false
Expected: true or false
FAQs
A simple ,Lightweight ,Easy to integrate image gallery in Angular.
We found that ngx-awesome-gallery 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.