Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Feb 27, 2022
1 parent a3c59d6 commit dc105cd
Show file tree
Hide file tree
Showing 8 changed files with 212 additions and 1,074 deletions.
28 changes: 28 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
1.6.0
==
Fixes
* Remove `agent: false` to allow usage of `globalAgent`. Fixes #421

dependencies
* Update `url-parse` due to CVE-2022-0686, CVE-2022-0639, and CVE-2022-0512. Fixes #576
* Remove `json3` dependency. Fixes #476
* Update `eventsource` to `1.1.0`
* Update `faye-websocket` to `0.11.4`
* Update `debug` to `3.2.7`

devDependencies
* Update `follow-redirects` (devDep) due to CVE-2022-0536 and CVE-2022-0155
* Update `karma` (devDep) due to CVE-2022-0437
* Update `cached-path-relative` (devDep) due to CVE-2021-23518
* Update `fsevents` (devDep) to fix:
* `ini` CVE-2020-7788
* `minimist` CVE-2020-7598
* `tar` CVE-2021-37713, CVE-2021-37701, CVE-2021-32804, CVE-2021-32803
* Update `copy-props` (devDep) due to CVE-2020-28503
* Update `eslint`, `mocha`, `gulp-replace`, `karma-browserify`, `gulp-sourcemaps`, and `browserify`

Other Changes
* Remove bower
* Remove Travis CI
* Require Node.js 12

1.5.2
==
* Update `url-parse` due to CVE-2021-3664.
Expand Down
1,242 changes: 176 additions & 1,066 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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '1.5.2';
module.exports = '1.6.0';
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sockjs-client",
"description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object.",
"version": "1.5.2",
"version": "1.6.0",
"author": "Bryce Kahle",
"jsdelivr": "dist/sockjs.min.js",
"engines": {
Expand Down

0 comments on commit dc105cd

Please sign in to comment.