Socket
Socket
Sign inDemoInstall

nodebb-theme-sin-faltas

Package Overview
Dependencies
0
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.28 to 0.0.29

16

lib/client.js

@@ -17,2 +17,18 @@ /*

// Your code goes here
$(window).on('action:ajaxify.end', function(data) {
var url = data.url;
console.log('I am now at: ' + url);
});
$(window).on('filter:middleware.render', function() {
console.log( "carga la página render");
});
$(window).on('filter:topic.build', function() {
console.log( "carga la página build");
});
$(window).on('filter:router.page', function() {
console.log( "carga la página router");
});
});

2

package.json
{
"name": "nodebb-theme-sin-faltas",
"version": "0.0.28",
"version": "0.0.29",
"description": "Template to SinFaltas Forum",

@@ -5,0 +5,0 @@ "main": "theme.less",

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