We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67c1e33 + 9ece310 commit 6ac40ddCopy full SHA for 6ac40dd
lib/in-memory.js
@@ -1,6 +1,6 @@
1
module.exports = InMemory
2
3
-var uuid = require('node-uuid')
+var uuid = require('uuid')
4
5
function InMemory (opts) {
6
opts = opts || {}
package.json
@@ -6,6 +6,10 @@
"scripts": {
7
"test": "./node_modules/mocha/bin/mocha ./test/*.js"
8
},
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/solid/node-solid-ws"
12
+ },
13
"keywords": [
14
"solid",
15
"websockets",
@@ -18,9 +22,9 @@
18
22
"license": "MIT",
19
23
"dependencies": {
20
24
"debug": "^2.2.0",
21
- "node-uuid": "^1.4.3",
25
"run-parallel": "^1.1.4",
- "ws": "^0.8.0"
26
+ "uuid": "^3.0.1",
27
+ "ws": "^1.1.1"
28
29
"devDependencies": {
30
"chai": "^3.3.0",
0 commit comments