Security News
UK Officials Consider Banning Ransomware Payments from Public Entities
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Galiria is a minimal js and css image gallery.
Get the source using:
npm install galiria --save
bower install galiria --save
Include the minified .css and .js files in your .html file, and create an instance of Galiria with new Galiria()
.
Create a <div class="galiria">
, and for each image, create a <figure>
element with its <img>
tag and <figcaption>
and you should be on the go.
Just like this example:
<!DOCTYPE html>
<html>
<head>
<title>Example</title>
<!-- this is basic functionality of container. please use it. -->
<link rel="stylesheet" href="components/galiria/build/galiria.min.css">
<!-- this can be edited to fit your styling needs. -->
<link rel="stylesheet" href="components/galiria/build/galiria.theme.min.css">
</head>
<body>
<div class="galiria">
<figure>
<img src="http://placehold.it/1024x640">
<figcaption>Figure Caption 1</figcaption>
</figure>
<figure>
<img src="http://placehold.it/1024x640">
<figcaption>Figure Caption 2</figcaption>
</figure>
</div>
<script src="components/galiria/build/galiria.min.js"></script>
<script>new Galiria()</script>
</body>
</html>
FAQs
minimal image gallery
The npm package galiria receives a total of 1 weekly downloads. As such, galiria popularity was classified as not popular.
We found that galiria 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.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.