Socket
Socket
Sign inDemoInstall

@damienmortini/damdom-gallery

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

@damienmortini/damdom-gallery - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

12

index.js

@@ -54,3 +54,3 @@ import style from './index.css' assert { type: 'css' }

container.querySelector('.highlightbutton').addEventListener('click', highlightButtonClick)
node.slot = slotName
node.slot = this.#highlighted === node ? 'highlight' : slotName
this.#elementSlotMap.set(node, slotName)

@@ -68,6 +68,8 @@ this.#gridContainer.appendChild(container)

}
mutationCallback([{
addedNodes: this.children,
removedNodes: [],
}])
mutationCallback([
{
addedNodes: this.children,
removedNodes: [],
},
])
const observer = new MutationObserver(mutationCallback)

@@ -74,0 +76,0 @@ observer.observe(this, { childList: true })

{
"name": "@damienmortini/damdom-gallery",
"version": "0.0.11",
"version": "0.0.12",
"description": "<damdom-gallery> custom element.",

@@ -22,3 +22,3 @@ "publishConfig": {

"homepage": "https://github.com/damienmortini/lib/tree/main/damdom/damdom-gallery",
"gitHead": "dc4671115e2498fb36dd90fee2ec80d10a1ef29d"
"gitHead": "1a51bc388269ef4f4db9a6f145832a5e20db3645"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc