socket.io-amqp0
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -7,3 +7,3 @@ "use strict"; | ||
const socket_io_adapter_1 = require("socket.io-adapter"); | ||
const debug_1 = (0, tslib_1.__importDefault)(require("debug")); | ||
const debug_1 = tslib_1.__importDefault(require("debug")); | ||
const os_1 = require("os"); | ||
@@ -10,0 +10,0 @@ const util_1 = require("./util"); |
{ | ||
"name": "socket.io-amqp0", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "socket.io adapter for amqp 0.9.1+ (e.g. RabbitMQ)", | ||
@@ -22,5 +22,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"amqplib": "0.7.x", | ||
"debug": "4.x.x", | ||
"socket.io-adapter": "^2.3.2" | ||
"amqplib": "^0.8.0", | ||
"debug": "^4.3.4", | ||
"socket.io-adapter": "^2.4.0" | ||
}, | ||
@@ -32,6 +32,6 @@ "repository": { | ||
"devDependencies": { | ||
"@types/amqplib": "0.8.2", | ||
"@types/debug": "4.x", | ||
"@types/jest": "26.x", | ||
"@types/node": "14.x", | ||
"@types/amqplib": "^0.8.2", | ||
"@types/debug": "^4.1.7", | ||
"@types/jest": "^27.5.0", | ||
"@types/node": "^16.11.33", | ||
"eslint": "7.x", | ||
@@ -41,11 +41,11 @@ "eslint-plugin-jest": "24.x", | ||
"get-port": "5.x", | ||
"jest": "26.x", | ||
"jest-junit": "12.x", | ||
"jest": "^28.1.0", | ||
"jest-junit": "^13.2.0", | ||
"mocha": "4.x", | ||
"nsp": "3.x", | ||
"prettier": "2.x", | ||
"socket.io": "^4.3.1", | ||
"socket.io-client": "^4.3.2", | ||
"ts-jest": "26.x", | ||
"typescript": "4.4.x" | ||
"socket.io": "^4.5.0", | ||
"socket.io-client": "^4.5.0", | ||
"ts-jest": "^28.0.1", | ||
"typescript": "~4.6.4" | ||
}, | ||
@@ -52,0 +52,0 @@ "authors": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45639
+ Addedamqplib@0.8.0(transitive)
- Removedamqplib@0.7.1(transitive)
Updatedamqplib@^0.8.0
Updateddebug@^4.3.4
Updatedsocket.io-adapter@^2.4.0