Comparing version
{ | ||
"name": "echonsole", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "CLI simulator for broadcasting javascript commands", | ||
@@ -5,0 +5,0 @@ "main": "server/index.js", |
@@ -29,3 +29,8 @@ import _ from 'lodash' | ||
// init socket.io | ||
const io = new ws.Server(server, { serveClient: false }) | ||
const io = new ws.Server(server, { | ||
cors: { | ||
origin: '*', | ||
}, | ||
serveClient: false, | ||
}) | ||
@@ -32,0 +37,0 @@ const detect = (userAgent) => { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
124451
0.06%374
1.36%2
-33.33%