8000 0.3.22 · sockjs/sockjs-node@32b37b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 32b37b1

Browse files
committed
0.3.22
1 parent b55d478 commit 32b37b1

File tree

3 files changed

+191
-187
lines changed

3 files changed

+191
-187
lines changed

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.3.22
2+
======
3+
* Update `uuid`
4+
15
0.3.21
26
======
37
* Update `faye-websocket` and `websocket-driver` to address DDoS vulnerability #275

package-lock.json

Lines changed: 144 additions & 144 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
{
2-
"name": "sockjs",
3-
"description": "SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
4-
"version": "0.3.21",
5-
"author": "Marek Majkowski",
6-
"bugs": {
7-
"url": "https://github.com/sockjs/sockjs-node/issues"
8-
},
9-
"contributors": [
10-
{
11-
"name": "Bryce Kahle",
12-
"email": "bkahle@gmail.com"
13-
},
14-
{
15-
"name": "Marek Majkowski",
16-
"email": "deadbeef@popcount.org"
17-
}
18-
],
19-
"dependencies": {
20-
"faye-websocket": "^0.11.3",
21-
"uuid": "^8.3.2",
22-
"websocket-driver": "^0.7.4"
23-
},
24-
"devDependencies": {
25-
"coffeescript": "^1.12.7"
26-
},
27-
"homepage": "https://github.com/sockjs/sockjs-node",
28-
"keywords": [
29-
"websockets",
30-
"websocket"
31-
],
32-
"license": "MIT",
33-
"main": "index",
34-
"repository": {
35-
"type": "git",
36-
"url": "https://github.com/sockjs/sockjs-node.git"
37-
},
38-
"scripts": {
39-
"version": "make build && git add Changelog",
40-
"postversion": "npm publish",
41-
"postpublish": "git push origin --all && git push origin --tags"
42-
}
43-
}
1+
{
2+
"name": "sockjs",
3+
"description": "SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
4+
"version": "0.3.22",
5+
"author": "Marek Majkowski",
6+
"bugs": {
7+
"url": "https://github.com/sockjs/sockjs-node/issues"
8+
},
9+
"contributors": [
10+
{
11+
"name": "Bryce Kahle",
12+
"email": "bkahle@gmail.com"
13+
},
14+
{
15+
"name": "Marek Majkowski",
16+
"email": "deadbeef@popcount.org"
17+
}
18+
],
19+
"dependencies": {
20+
"faye-websocket": "^0.11.3",
21+
"uuid": "^8.3.2",
22+
"websocket-driver": "^0.7.4"
23+
},
24+
"devDependencies": {
25+
"coffeescript": "^1.12.7"
26+
},
27+
"homepage": "https://github.com/sockjs/sockjs-node",
28+
"keywords": [
29+
"websockets",
30+
"websocket"
31+
],
32+
"license": "MIT",
33+
"main": "index",
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/sockjs/sockjs-node.git"
37+
},
38+
"scripts": {
39+
"version": "make build && git add Changelog",
40+
"postversion": "npm publish",
41+
"postpublish": "git push origin --all && git push origin --tags"
42+
}
43+
}

0 commit comments

Comments
 (0)
0