Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Aug 24, 2021
1 parent a1cfabf commit 71876b3
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 27 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
@@ -1,3 +1,7 @@
1.5.2
==
* Update `url-parse` due to CVE-2021-3664.

1.5.1
==
* Update `url-parse` due to CVE-2021-27515.
Expand Down
102 changes: 83 additions & 19 deletions dist/sockjs.js

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

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.5.1';
module.exports = '1.5.2';
4 changes: 2 additions & 2 deletions 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.5.1",
"version": "1.5.2",
"author": "Bryce Kahle",
"jsdelivr": "dist/sockjs.min.js",
"browser": {
Expand Down

0 comments on commit 71876b3

Please sign in to comment.