Skip to content

Commit 869d766

Browse files
chore: update the repository URL
The package was moved under the socketio organization a while ago.
1 parent 21c2f17 commit 869d766

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Diff for: HISTORY.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
1-
## [3.0.1](https://github.com/darrachequesne/socket.io-msgpack-parser/compare/3.0.0...3.0.1) (2020-10-27)
1+
## [3.0.1](https://github.com/socketio/socket.io-msgpack-parser/compare/3.0.0...3.0.1) (2020-10-27)
22

33

44

5-
# [3.0.0](https://github.com/darrachequesne/socket.io-msgpack-parser/compare/2.2.1...3.0.0) (2020-10-23)
5+
# [3.0.0](https://github.com/socketio/socket.io-msgpack-parser/compare/2.2.1...3.0.0) (2020-10-23)
66

77

88
### Features
99

10-
* implement Socket.IO protocol v5 ([#3](https://github.com/darrachequesne/socket.io-msgpack-parser/issues/3)) ([2e72611](https://github.com/darrachequesne/socket.io-msgpack-parser/commit/2e726111437e6f744529fb00afae3afd9497e6d8))
10+
* implement Socket.IO protocol v5 ([#3](https://github.com/socketio/socket.io-msgpack-parser/issues/3)) ([2e72611](https://github.com/socketio/socket.io-msgpack-parser/commit/2e726111437e6f744529fb00afae3afd9497e6d8))
1111

1212

1313

14-
## [2.2.1](https://github.com/darrachequesne/socket.io-msgpack-parser/compare/2.2.0...2.2.1) (2020-09-28)
14+
## [2.2.1](https://github.com/socketio/socket.io-msgpack-parser/compare/2.2.0...2.2.1) (2020-09-28)
1515

1616

1717
### Bug Fixes
1818

19-
* throw upon invalid packet format ([388e5f5](https://github.com/darrachequesne/socket.io-msgpack-parser/commit/388e5f55862e32562bbfb0e6e1066dc3f2962191)), closes [/github.com/socketio/socket.io/blob/2.3.0/lib/client.js#L194-L198](https://github.com//github.com/socketio/socket.io/blob/2.3.0/lib/client.js/issues/L194-L198)
19+
* throw upon invalid packet format ([388e5f5](https://github.com/socketio/socket.io-msgpack-parser/commit/388e5f55862e32562bbfb0e6e1066dc3f2962191)), closes [/github.com/socketio/socket.io/blob/2.3.0/lib/client.js#L194-L198](https://github.com//github.com/socketio/socket.io/blob/2.3.0/lib/client.js/issues/L194-L198)
2020

2121

2222

23-
# [2.2.0](https://github.com/darrachequesne/socket.io-msgpack-parser/compare/2.1.0...2.2.0) (2017-08-09)
23+
# [2.2.0](https://github.com/socketio/socket.io-msgpack-parser/compare/2.1.0...2.2.0) (2017-08-09)
2424

2525

2626

27-
# [2.1.0](https://github.com/darrachequesne/socket.io-msgpack-parser/compare/2.0.0...2.1.0) (2017-05-29)
27+
# [2.1.0](https://github.com/socketio/socket.io-msgpack-parser/compare/2.0.0...2.1.0) (2017-05-29)
2828

2929

3030

31-
# [2.0.0](https://github.com/darrachequesne/socket.io-msgpack-parser/compare/1.0.3...2.0.0) (2017-05-08)
31+
# [2.0.0](https://github.com/socketio/socket.io-msgpack-parser/compare/1.0.3...2.0.0) (2017-05-08)
3232

3333

3434

35-
## [1.0.3](https://github.com/darrachequesne/socket.io-msgpack-parser/compare/1.0.2...1.0.3) (2017-05-04)
35+
## [1.0.3](https://github.com/socketio/socket.io-msgpack-parser/compare/1.0.2...1.0.3) (2017-05-04)
3636

3737

3838

39-
## [1.0.2](https://github.com/darrachequesne/socket.io-msgpack-parser/compare/1.0.0...1.0.2) (2017-05-04)
39+
## [1.0.2](https://github.com/socketio/socket.io-msgpack-parser/compare/1.0.0...1.0.2) (2017-05-04)
4040

4141

4242

43-
# [1.0.0](https://github.com/darrachequesne/socket.io-msgpack-parser/compare/87e7e79897be550345d5ec3298f28b12bead4aef...1.0.0) (2017-02-21)
43+
# [1.0.0](https://github.com/socketio/socket.io-msgpack-parser/compare/87e7e79897be550345d5ec3298f28b12bead4aef...1.0.0) (2017-02-21)
4444

4545

4646
### Features
4747

48-
* initial commit ([87e7e79](https://github.com/darrachequesne/socket.io-msgpack-parser/commit/87e7e79897be550345d5ec3298f28b12bead4aef))
48+
* initial commit ([87e7e79](https://github.com/socketio/socket.io-msgpack-parser/commit/87e7e79897be550345d5ec3298f28b12bead4aef))

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "git+https://github.com/darrachequesne/socket.io-msgpack-parser.git"
24+
"url": "git+https://github.com/socketio/socket.io-msgpack-parser.git"
2525
},
2626
"author": "Damien Arrachequesne",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/darrachequesne/socket.io-msgpack-parser/issues"
29+
"url": "https://github.com/socketio/socket.io-msgpack-parser/issues"
3030
},
31-
"homepage": "https://github.com/darrachequesne/socket.io-msgpack-parser#readme",
31+
"homepage": "https://github.com/socketio/socket.io-msgpack-parser#readme",
3232
"files": [
3333
"index.js",
3434
"index.d.ts"

0 commit comments

Comments
 (0)