Socket
Socket
Sign inDemoInstall

iframe-lightbox

Package Overview
Dependencies
251
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.9 to 0.2.10

32

package.json
{
"name": "iframe-lightbox",
"version": "0.2.9",
"version": "0.2.10",
"description": "Responsive no-jQuery pure JS/CSS Lightbox for iframes, no dependencies, customizable aspect ratio, 5kb unminified source code, with demo",

@@ -28,10 +28,4 @@ "keywords": [

],
"main": "main.js",
"window": {
"icon": "favicon-32x32.png"
},
"repository": {
"type": "git",
"url": "git://github.com/englishextra/iframe-lightbox.git"
},
"main": "js/iframe-lightbox.js",
"style": "css/iframe-lightbox.css",
"files": [

@@ -46,12 +40,14 @@ "index.html",

"target": "git://github.com/englishextra/iframe-lightbox.git",
"fileMap": [
{
"basePath": "",
"files": [
"js/iframe-lightbox*",
"css/iframe-lightbox*"
]
}
]
"fileMap": [{
"basePath": "",
"files": [
"js/iframe-lightbox*",
"css/iframe-lightbox*"
]
}]
},
"repository": {
"type": "git",
"url": "git://github.com/englishextra/iframe-lightbox.git"
},
"dependencies": {

@@ -58,0 +54,0 @@ "npm": "^7.3.0"

@@ -1,7 +0,9 @@

# iframe-lightbox Demo
# iframe-lightbox
Responsive no-jQuery pure JS/CSS Lightbox for iframes, no dependencies, customizable aspect ratio, 5kb unminified source code, with demo
[![npm](https://img.shields.io/npm/v/iframe-lightbox.svg)](https://www.npmjs.com/package/iframe-lightbox)
[![Build Status](https://travis-ci.com/englishextra/iframe-lightbox.svg?branch=master)](https://travis-ci.com/englishextra/iframe-lightbox)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/369642c14d3344bebe134c76f0f5dde8)](https://www.codacy.com/manual/englishextra/iframe-lightbox/dashboard?utm_source=github.com&utm_medium=referral&utm_content=englishextra/iframe-lightbox&utm_campaign=Badge_Grade)
[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/iframe-lightbox/badge)](https://www.jsdelivr.com/package/npm/iframe-lightbox)

@@ -29,9 +31,9 @@ ## Demo

`https://cdn.jsdelivr.net/gh/englishextra/iframe-lightbox@0.2.9/js/iframe-lightbox.min.js`
`https://cdn.jsdelivr.net/gh/englishextra/iframe-lightbox@0.2.9/css/iframe-lightbox.min.css`
`https://cdn.jsdelivr.net/gh/englishextra/iframe-lightbox@latest/js/iframe-lightbox.min.js`
`https://cdn.jsdelivr.net/gh/englishextra/iframe-lightbox@latest/css/iframe-lightbox.min.css`
### unpkg
`https://unpkg.com/iframe-lightbox@0.2.9/js/iframe-lightbox.js`
`https://unpkg.com/iframe-lightbox@0.2.9/css/iframe-lightbox.css`
`https://unpkg.com/iframe-lightbox@latest/js/iframe-lightbox.js`
`https://unpkg.com/iframe-lightbox@latest/css/iframe-lightbox.css`

@@ -38,0 +40,0 @@ ## Install

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc