socketcluster
Advanced tools
Comparing version 16.0.0 to 16.0.1
@@ -428,3 +428,3 @@ #!/usr/bin/env node | ||
let dockerCommand = `docker run -d -p ${portNumber}:8000 -v ${absoluteAppPath}:/usr/src/app/ ` + | ||
`${envFlagString}--name ${appName} socketcluster/socketcluster:v16.0.0`; | ||
`${envFlagString}--name ${appName} socketcluster/socketcluster:v16.0.1`; | ||
try { | ||
@@ -431,0 +431,0 @@ execSync(dockerCommand, {stdio: 'inherit'}); |
{ | ||
"name": "socketcluster", | ||
"version": "16.0.0", | ||
"version": "16.0.1", | ||
"description": "Highly scalable realtime framework with support for async/await", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
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
417043
23
9298