socketcluster
Advanced tools
Comparing version 17.3.0 to 17.3.2
{ | ||
"name": "socketcluster-sample", | ||
"description": "A sample SocketCluster app", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"contributors": [ | ||
@@ -12,13 +12,11 @@ { | ||
"dependencies": { | ||
"connect": "^3.6.6", | ||
"eetase": "^4.0.0", | ||
"eetase": "^5.0.0", | ||
"express": "^4.16.3", | ||
"install": "^0.13.0", | ||
"morgan": "^1.7.0", | ||
"nodemon": "^2.0.7", | ||
"sc-errors": "^2.0.1", | ||
"scc-broker-client": "^8.2.0", | ||
"scc-broker-client": "^9.0.0", | ||
"serve-static": "^1.13.2", | ||
"socketcluster-client": "^17.1.0", | ||
"socketcluster-server": "^17.3.0", | ||
"socketcluster-client": "^17.1.1", | ||
"socketcluster-server": "^17.3.1", | ||
"uuid": "^8.3.2" | ||
@@ -25,0 +23,0 @@ }, |
{ | ||
"name": "socketcluster", | ||
"version": "17.3.0", | ||
"version": "17.3.2", | ||
"description": "Highly scalable realtime framework with support for async/await", | ||
@@ -27,3 +27,2 @@ "scripts": { | ||
"fs-extra": "^7.0.1", | ||
"minimist": "^1.2.5", | ||
"yamljs": "^0.3.0" | ||
@@ -30,0 +29,0 @@ }, |
@@ -60,3 +60,3 @@ # SocketCluster | ||
Copyright (c) 2013-2019 SocketCluster.io | ||
Copyright (c) 2013-2023 SocketCluster.io | ||
@@ -63,0 +63,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
@@ -26,3 +26,3 @@ # SCC Guide | ||
Running on Kubernetes (K8s) is easy; you just need to run all the `.yaml` files from the `kubernetes/` directory from the SocketCluster repo (https://github.com/SocketCluster/socketcluster/tree/master/kubernetes) using the `kubectl` command (one at a time): | ||
Running on Kubernetes (K8s) is easy; you just need to run all the `.yaml` files from the `kubernetes/` directory from the SocketCluster repo (https://github.com/SocketCluster/socketcluster/tree/master/app/kubernetes) using the `kubectl` command (one at a time): | ||
@@ -29,0 +29,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
596421
11123
- Removedminimist@^1.2.5