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

@hundh/contao-list-bundle

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hundh/contao-list-bundle - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

7

js/contao-list-bundle.js

@@ -6,4 +6,11 @@ class ListBundle {

ListBundle.initMasonry();
ListBundle.initEvents();
}
static initEvents() {
document.addEventListener('filterAjaxComplete', function(e) {
ListBundle.updateList(e.detail);
});
}
static initPagination() {

@@ -10,0 +17,0 @@ document.querySelectorAll('.huh-list .ajax-pagination').forEach(function(ajaxPagination) {

2

package.json
{
"name": "@hundh/contao-list-bundle",
"version": "1.0.3",
"version": "1.0.4",
"description": "This package contains the frontend assets of the composer bundle heimrichhannot/contao-list-bundle.",

@@ -5,0 +5,0 @@ "main": "js/contao-list-bundle.js",

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