Socket
Socket
Sign inDemoInstall

e-champ

Package Overview
Dependencies
164
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.3 to 2.5.0

9

HISTORY.md

@@ -0,1 +1,6 @@

## 2.5.0
* clarify dependency versions
* upgrade dependencies
## 2.4.0

@@ -35,4 +40,4 @@

* module/club/web/src/play/Socket
- extract web socket creation method
- extract web socket creation method
## 1.2.0

@@ -39,0 +44,0 @@

@@ -134,3 +134,3 @@ /**

scrollToError () {
Jam.Helper.scrollTo(this.find('.has-error').first());
Jam.ScrollHelper.scrollTo(this.find('.has-error').first());
}

@@ -137,0 +137,0 @@

@@ -24,3 +24,3 @@ /**

Jam.Helper.bindLabelsToInputs(this.$container);
Jam.Helper.scrollTo(0);
Jam.ScrollHelper.scrollTo(0);
}

@@ -27,0 +27,0 @@

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

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

"dependencies": {
"evado": "~5.1.0",
"evado-module-account": "~3.0.0",
"evado-module-admin": "~5.0.0",
"sharp": "~0.29.0",
"ws": "~8.4.0"
"evado": "~5.2.0",
"evado-module-account": "~3.0.1",
"evado-module-admin": "~5.1.1",
"sharp": "~0.30.0",
"ws": "~8.4.2"
}
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc