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

zoomwall.js

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zoomwall.js - npm Package Compare versions

Comparing version 2.0.3 to 2.1.1

2

lib/zoomwall.js

@@ -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"
}
}
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