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.30 to 0.0.31

5

lib/client.js

@@ -17,6 +17,7 @@ /*

// Your code goes here
$(window).on('action:ajaxify.end', function(data) {
$(window).on('action:ajaxify.end', function(event, data) {
var url = data.url;
console.log('I am now at: ' + data);
console.log('Data ' + JSON.parse(JSON.stringify(data)));
console.log('Event ' + JSON.parse(JSON.stringify(event)));
});
});

2

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

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

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