Socket
Socket
Sign inDemoInstall

e-champ

Package Overview
Dependencies
178
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.0 to 2.6.0

2

Application.js

@@ -9,3 +9,3 @@ /**

module.exports = class ChampApplication extends Base {
constructor (config) {

@@ -12,0 +12,0 @@ super({

@@ -41,4 +41,4 @@ /**

// rules to auto-bind users to roles
assignmentRules: {
assignmentRules: {
}
};

@@ -6,3 +6,3 @@ 'use strict';

'All games': 'Все игры',
'Back': 'Назад',

@@ -9,0 +9,0 @@

@@ -42,3 +42,3 @@ /**

const $title = $(document.head).find('title');
const base = $title.data('title');
const base = $title.data('title');
$title.html(text ? `${Jam.t(text)} - ${base}` : base);

@@ -45,0 +45,0 @@ }

@@ -26,3 +26,3 @@ /**

createGameOptions () {
createGameOptions () {
const $group = this.$optionGroup.empty();

@@ -29,0 +29,0 @@ const attrs = this.game?.optionAttrs;

@@ -41,3 +41,3 @@ /**

toggleAlert (state, message) {
this.toggleClass('has-alert', state);
this.toggleClass('has-alert', state);
return this.find('.alert-error').first()

@@ -44,0 +44,0 @@ .toggleClass('has-error', state)

{
"name": "e-champ",
"version": "2.5.0",
"version": "2.6.0",
"description": "A server platform for turn-based online games",

@@ -12,8 +12,8 @@ "author": "Maxim Khorin",

"dependencies": {
"evado": "~5.2.0",
"evado": "~5.3.0",
"evado-module-account": "~3.0.1",
"evado-module-admin": "~5.1.1",
"sharp": "~0.30.0",
"ws": "~8.4.2"
"ws": "~8.5.0"
}
}

@@ -16,4 +16,4 @@ # E-Champ

[![E-Champ platform](doc/club-main.png)](http://nervebit.com/e-champ)
[![E-Champ platform](doc/club-main.png)](https://mkhorin.github.io/e-champ-site)
Built on [Evado Declarative Framework](https://github.com/mkhorin/evado).

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