zoomwall.js
Advanced tools
Comparing version 2.0.3 to 2.1.1
@@ -216,3 +216,3 @@ /* | ||
rowHeights | ||
.slice(...[selectedIndex, rowIndex].sort()) | ||
.slice(...[selectedIndex, rowIndex].sort((a, b) => a - b)) | ||
.reduce((offset, height) => offset + height, 0) - | ||
@@ -219,0 +219,0 @@ offsetY; |
{ | ||
"name": "zoomwall.js", | ||
"type": "module", | ||
"version": "2.0.3", | ||
"version": "2.1.1", | ||
"description": "A content-focused photo gallery using a horizontal masonry layout that scales up in lightbox mode.", | ||
@@ -49,12 +49,13 @@ "main": "./lib/zoomwall.js", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@types/expect-puppeteer": "^4.4.3", | ||
"@types/expect-puppeteer": "^5.0.0", | ||
"@types/jest": "^27.0.0", | ||
"@types/jest-environment-puppeteer": "^4.3.2", | ||
"@types/jest-environment-puppeteer": "^5.0.0", | ||
"@types/puppeteer": "^5.4.4", | ||
"@typescript-eslint/eslint-plugin": "^4.0.0", | ||
"@typescript-eslint/parser": "^3.8.0", | ||
"@types/ws": "^8.5.3", | ||
"@typescript-eslint/eslint-plugin": "^5.13.0", | ||
"@typescript-eslint/parser": "^5.13.0", | ||
"concurrently": "^7.0.0", | ||
"copyfiles": "^2.3.0", | ||
"cross-env": "^7.0.2", | ||
"eslint": "^7.6.0", | ||
"eslint": "^8.10.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
@@ -67,14 +68,14 @@ "expect-puppeteer": "^6.0.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "2.5.1", | ||
"puppeteer": "^13.0.1", | ||
"prettier": "2.7.1", | ||
"puppeteer": "^17.0.0", | ||
"puppeteer-to-istanbul": "github:skerit/puppeteer-to-istanbul#d0ebc44", | ||
"source-map-support": "^0.5.19", | ||
"stylelint": "^13.6.1", | ||
"stylelint-config-prettier": "^9.0.2", | ||
"stylelint-config-standard": "^22.0.0", | ||
"stylelint": "^14.5.0", | ||
"stylelint-config-prettier": "^9.0.3", | ||
"stylelint-config-standard": "^29.0.0", | ||
"ts-jest": "^26.1.4", | ||
"ts-node": "^10.0.0", | ||
"typedoc": "0.22.11", | ||
"typedoc": "0.23.17", | ||
"typescript": "^4.2.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18229
0
30