Christian Blais
Christian Blais
Rel.: #130 There is currently no validation on Shipwire XML responses. We simply transform all `NoMethodError` into `ResponseContentError`. As suggested by @costford, a better implementation would be to do an...
I'm using 5.x, and it still has a dependency on qs 6.9.6, which is [vulnerable to prototype pollution](https://github.com/advisories/GHSA-hrpp-h998-j3pp). I see you fixed it on master branch with version 6.11.0, but...
Bumping body-parser to beta.2 to address [a vulnerability in qs](https://github.com/advisories/GHSA-hrpp-h998-j3pp) that [has been fixed in this latest release](https://github.com/christianblais/body-parser/blob/fccaf4879e960d5e8b105759d39d4fc5ecf2f4e4/package.json#L19).
### Issue description Upsert does not respect the `update: false` option of generated columns (or maybe all columns?). ### Expected Behavior I have this generated column; ``` @Column({ type: 'boolean',...
Cachette cached values aren't meant to be human readable. This lib is meant to be fast. Therefore, I believe we can achieve a little bit more speed by avoiding JSON...