Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

socketcluster

Package Overview
Dependencies
Maintainers
1
Versions
416
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socketcluster - npm Package Compare versions

Comparing version 15.0.5 to 15.0.6

2

app/package.json

@@ -12,3 +12,3 @@ {

"dependencies": {
"scc-broker-client": "^7.0.1",
"scc-broker-client": "^7.0.2",
"socketcluster-client": "^15.0.3",

@@ -15,0 +15,0 @@ "socketcluster-server": "^15.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:v15.0.5`;
`${envFlagString}--name ${appName} socketcluster/socketcluster:v15.0.6`;
try {

@@ -431,0 +431,0 @@ execSync(dockerCommand, {stdio: 'inherit'});

{
"name": "socketcluster",
"version": "15.0.5",
"version": "15.0.6",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc