We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dad4ad commit 8efd0cdCopy full SHA for 8efd0cd
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### 0.1.4 / 2020-06-02
2
+
3
+- Remove a ReDoS vulnerability in the header parser
4
+- Change license from MIT to Apache 2.0
5
6
### 0.1.3 / 2017-11-11
7
8
- Accept extension names and parameters including uppercase letters
LICENSE.md
@@ -1,4 +1,4 @@
-Copyright 2014-2017 James Coglan
+Copyright 2014-2020 James Coglan
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
package.json
@@ -7,7 +7,7 @@
"websocket"
],
9
"license": "Apache-2.0",
10
- "version": "0.1.3",
+ "version": "0.1.4",
11
"engines": {
12
"node": ">=0.8.0"
13
},
0 commit comments