Skip to content

Commit

Permalink
release 0.9.17-overleaf-4
Browse files Browse the repository at this point in the history
  • Loading branch information
briangough committed Oct 21, 2022
1 parent 99c2c4c commit fcd07b2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.9.17-overleaf-4 / 2022-10-21
==============================

* Overleaf: no code changes in dist library, npm audit fixes
and fix to builder.js.

0.9.17-overleaf-3 / 2020-08-13
==============================

Expand Down
4 changes: 2 additions & 2 deletions dist/socket.io.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Socket.IO.js build:0.9.17-overleaf-3, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */
/*! Socket.IO.js build:0.9.17-overleaf-4, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */

var io = ('undefined' === typeof module ? {} : module.exports);
(function() {
Expand All @@ -25,7 +25,7 @@ var io = ('undefined' === typeof module ? {} : module.exports);
* @api public
*/

io.version = '0.9.17-overleaf-3';
io.version = '0.9.17-overleaf-4';

/**
* Protocol implemented.
Expand Down
4 changes: 2 additions & 2 deletions dist/socket.io.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/io.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @api public
*/

io.version = '0.9.17-overleaf-3';
io.version = '0.9.17-overleaf-4';

/**
* Protocol implemented.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "socket.io-client",
"description": "Socket.IO client for the browser and node.js",
"version": "0.9.17-overleaf-3",
"version": "0.9.17-overleaf-4",
"main": "./lib/io.js",
"browserify": "./dist/socket.io.js",
"homepage": "http://socket.io",
Expand Down Expand Up @@ -53,4 +53,4 @@
"engines": {
"node": ">= 0.4.0"
}
}
}

0 comments on commit fcd07b2

Please sign in to comment.