Skip to content

Commit

Permalink
update socketcluster-client version to prevent vulnerabilities (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
chnbohwr authored and zalmoxisus committed Nov 29, 2018
1 parent 9651831 commit 52fb496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -54,6 +54,6 @@
"jsan": "^3.1.3",
"querystring": "^0.2.0",
"rn-host-detect": "^1.0.1",
"socketcluster-client": "^5.0.0"
"socketcluster-client": "^13.0.0"
}
}
2 changes: 1 addition & 1 deletion src/devTools.js
Expand Up @@ -46,7 +46,7 @@ function connectToServer(options) {
secure: !!options.secure
};
} else socketOptions = defaultSocketOptions;
socket = socketCluster.connect(socketOptions);
socket = socketCluster.create(socketOptions);
watch();
}

Expand Down

0 comments on commit 52fb496

Please sign in to comment.