We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c32b5 commit b9baf19Copy full SHA for b9baf19
Changes.md
@@ -7,6 +7,9 @@ you spot any mistakes.
7
## HEAD
8
9
* Update `bignumber.js` to 2.4.0
10
+* Update `sqlstring` to 2.1.0
11
+ - Accept numbers and other value types in `escapeId`
12
+ - Run `buffer.toString()` through escaping
13
14
## v2.11.1 (2016-06-07)
15
package.json
@@ -14,7 +14,7 @@
"dependencies": {
"bignumber.js": "2.4.0",
16
"readable-stream": "1.1.14",
17
- "sqlstring": "2.0.1"
+ "sqlstring": "2.1.0"
18
},
19
"devDependencies": {
20
"after": "0.8.2",
0 commit comments