Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@julian_cataldo/astro-lightbox

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@julian_cataldo/astro-lightbox - npm Package Compare versions

Comparing version 0.10.9 to 0.10.10

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

## [0.10.10](https://github.com/JulianCataldo/web-garden/compare/@julian_cataldo/astro-lightbox@0.10.9...@julian_cataldo/astro-lightbox@0.10.10) (2022-10-17)
### Bug Fixes
* remove package prefix, simplify import method ([73bd31b](https://github.com/JulianCataldo/web-garden/commit/73bd31bf1f501624036a74a3f19c5bf83cc9c0a4))
## [0.10.9](https://github.com/JulianCataldo/web-garden/compare/@julian_cataldo/astro-lightbox@0.10.8...@julian_cataldo/astro-lightbox@0.10.9) (2022-09-22)

@@ -8,0 +17,0 @@

4

package.json
{
"name": "@julian_cataldo/astro-lightbox",
"version": "0.10.9",
"version": "0.10.10",
"description": "Simple lightbox component.",

@@ -37,3 +37,3 @@ "main": "index.js",

"license": "ISC",
"gitHead": "02ee32078f8a102ba28b083b85f398f413251c1a"
"gitHead": "35062a6c025fc6a91318aef46cebf472577c6701"
}
# 🚀  Astro — Lightbox • Zoom image to fullscreen
[![NPM](https://img.shields.io/npm/v/@julian_cataldo/astro-lightbox)](https://www.npmjs.com/package/@julian_cataldo/astro-lightbox)
![Downloads](https://img.shields.io/npm/dt/@julian_cataldo/astro-lightbox.svg)
[![ISC License](https://img.shields.io/npm/l/@julian_cataldo/astro-lightbox)](https://github.com/JulianCataldo/web-garden/blob/develop/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)
[![Astro](https://img.shields.io/badge/Astro-333333.svg?logo=astro)](https://astro.build)
[![TypeScript](https://img.shields.io/badge/TypeScript-333333.svg?logo=typescript)](http://www.typescriptlang.org/)
[![Prettier](https://img.shields.io/badge/Prettier-333333.svg?logo=prettier)](https://prettier.io)
[![EditorConfig](https://img.shields.io/badge/EditorConfig-333333.svg?logo=editorconfig)](https://editorconfig.org)
[![ESLint](https://img.shields.io/badge/ESLint-3A33D1?logo=eslint)](https://eslint.org)
Simple lightbox component.

@@ -32,3 +42,3 @@

<div class='some-wrapper' data-lightbox='true'>
<div class="some-wrapper" data-lightbox="true">
<Image />

@@ -35,0 +45,0 @@ </div>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc