Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Aug 2, 2020
1 parent fa042ee commit d8f5fa8
Show file tree
Hide file tree
Showing 8 changed files with 473 additions and 352 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
@@ -1,3 +1,10 @@
1.5.0
==
* Update `url-parse`, `kind-of`, `minimist`, `websocket-extensions` due to security vulnerabilies.
* Update dev dependencies.
* Allow loopback address hostnames on a secure page. Fixes #486
* Enable eventsource transport for node.js clients.

1.4.0
==
* Add `timeout` option to set a minimum transport timeout. Fixes #403
Expand Down
804 changes: 459 additions & 345 deletions dist/sockjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sockjs.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/sockjs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sockjs.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/version.js
@@ -1 +1 @@
module.exports = '1.4.0';
module.exports = '1.5.0';
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "sockjs-client",
"description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object.",
"version": "1.4.0",
"version": "1.5.0",
"author": "Bryce Kahle",
"jsdelivr": "dist/sockjs.min.js",
"browser": {
Expand Down

0 comments on commit d8f5fa8

Please sign in to comment.