Socket
Socket
Sign inDemoInstall

luminous-lightbox

Package Overview
Dependencies
0
Maintainers
14
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.4 to 2.3.5-rc.1

dist/luminous.js

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.3.5-rc.1](https://github.com/imgix/luminous/compare/v2.3.4...v2.3.5-rc.1) (2021-07-31)
### Bug Fixes
* bring package version back in sync ([a285f36](https://github.com/imgix/luminous/commit/a285f36dd802d3cf482c1972a78ac59862663d8b))
# Changelog

@@ -2,0 +9,0 @@

2

es/Luminous.js

@@ -25,3 +25,3 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

this.VERSION = "2.3.3";
this.VERSION = "2.3.4";
this.destroy = this.destroy.bind(this);

@@ -28,0 +28,0 @@ this.open = this.open.bind(this);

@@ -36,3 +36,3 @@ "use strict";

this.VERSION = "2.3.3";
this.VERSION = "2.3.4";
this.destroy = this.destroy.bind(this);

@@ -39,0 +39,0 @@ this.open = this.open.bind(this);

{
"name": "luminous-lightbox",
"version": "2.3.4",
"version": "2.3.5-rc.1",
"description": "A simple, lightweight, no-dependencies JavaScript image lightbox.",

@@ -45,3 +45,5 @@ "repository": {

"test": "npm run test:local",
"lint": "eslint \"{src,test}/**/*.js\""
"lint": "eslint \"{src,test}/**/*.js\"",
"release:dryRun": "npx node-env-run --exec 'semantic-release --dryRun'",
"release:publish": "semantic-release"
},

@@ -53,2 +55,8 @@ "devDependencies": {

"@babel/preset-env": "7.14.7",
"@google/semantic-release-replace-plugin": "^1.0.2",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.3",
"@semantic-release/npm": "^7.1.3",
"babel-eslint": "10.1.0",

@@ -62,3 +70,3 @@ "babel-loader": "8.2.2",

"cssnano-preset-advanced": "4.0.8",
"eslint": "^7.30.0",
"eslint": "7.30.0",
"eslint-config-google": "0.14.0",

@@ -74,7 +82,8 @@ "eslint-config-prettier": "8.3.0",

"npm-run-all": "4.1.5",
"postcss": "^8.3.5",
"postcss-banner": "^4.0.1",
"postcss": "8.3.5",
"postcss-banner": "4.0.1",
"postcss-cli": "8.3.0",
"prettier": "2.2.1",
"prettier": "2.3.2",
"rimraf": "3.0.2",
"semantic-release": "^17.4.4",
"standard-version": "9.1.1",

@@ -86,2 +95,83 @@ "webpack": "4.46.0",

},
"release": {
"branches": [
"main",
{
"name": "next",
"prerelease": "rc"
},
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@google/semantic-release-replace-plugin",
{
"replacements": [
{
"files": [
"src/js/Luminous.js"
],
"from": "this.VERSION = \".*\"",
"to": "this.VERSION = \"${nextRelease.version}\"",
"results": [
{
"file": "src/js/Luminous.js",
"hasChanged": true,
"numMatches": 1,
"numReplacements": 1
}
],
"countMatches": true
}
]
}
],
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"src/**",
"dist/**",
"package.json",
"changelog.md"
],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes} [skip ci]"
}
],
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist/Luminous.min.js",
"label": "Minified build"
},
{
"path": "dist/Luminous.js",
"label": "Standard build"
},
{
"path": "dist/luminous-basic.css",
"label": "CSS"
},
{
"path": "dist/luminous-basic.min.css",
"label": "Minified CSS"
}
]
}
]
]
},
"browserslist": [

@@ -88,0 +178,0 @@ "ie 11",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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