Socket
Socket
Sign inDemoInstall

autohost

Package Overview
Dependencies
171
Maintainers
4
Versions
110
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

.nyc_output/43be2cae-9fe8-42b1-8d5e-ea833d00e23c.json

4

CHANGELOG.md
## 3.x
### 3.0.1
* Removed node-uuid in favor of uuid
### 3.0.0

@@ -4,0 +8,0 @@

4

package.json
{
"name": "autohost",
"version": "3.0.0",
"version": "3.0.1",
"description": "Resource driven, transport agnostic host",

@@ -14,3 +14,2 @@ "main": "src/index.js",

"multer": "^1.4.5-lts.1",
"node-uuid": "~1.4.3",
"parseurl": "~1.3.0",

@@ -22,2 +21,3 @@ "passport": "^0.6.0",

"socket.io": "^4.5.3",
"uuid": "^9.0.0",
"websocket": "~1.0.22",

@@ -24,0 +24,0 @@ "when": "~3.7.2",

@@ -5,3 +5,3 @@ var _ = require( 'lodash' );

var log = require( '../log' )( 'autohost.ws.transport' );
var uuid = require( 'node-uuid' );
var uuid = require( 'uuid' );

@@ -8,0 +8,0 @@ function addClient( state, socket ) {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc