New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

echonsole

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

echonsole - npm Package Compare versions

Comparing version

to
1.0.4

2

package.json
{
"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) => {