We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8283477 commit ebf762bCopy full SHA for ebf762b
Changes.md
@@ -12,7 +12,8 @@ you spot any mistakes.
12
* Support Node.js 17.x
13
* Update `bignumber.js` to 9.0.2
14
* Update `safe-buffer` to 5.2.1
15
-* Update `sqlstring` to 2.3.2
+* Update `sqlstring` to 2.3.3
16
+ - Fix escaping `Date` objects from foreign isolates
17
- perf: remove outdated array pattern
18
19
## v2.18.1 (2020-01-23)
package.json
@@ -16,7 +16,7 @@
"bignumber.js": "9.0.2",
"readable-stream": "2.3.7",
"safe-buffer": "5.2.1",
- "sqlstring": "2.3.2"
+ "sqlstring": "2.3.3"
20
},
21
"devDependencies": {
22
"after": "0.8.2",
0 commit comments