Changelog
2.7.9 (2019-03-25)
new Buffer(…)
have been changed to Buffer.from(…)
– see DEP0005 for more infopackage.json
to support more versions – npm test
succeed for v4.x up to edge v12 atmnodeunit
dep into devDependencies
- it's deprecated and using a specific sshpk
lib version was necessary to reach npm audit
result of 0 known vulnerabilitiesBeware: The change of the internal cache
folder structure means, that your cache is invalidated upon deployment of this version. This shouldn't affect your apps too much as long as you took the hint of running converjon behind a caching reverse proxy. Keep it in mind though when switching to this version as your cache folder size may double.
Changelog
2.7.8 (2018-08-02)
handlebars
and send
converter.filter
and converter.quality
Changelog
2.7.3 (2017-02-01)
Changelog
2.7.2 (2016-02-29)
Changelog
2.6.0 (2015-10-01)
Changelog
2.5.6 (2015-08-28)
Changelog
2.5.5 (2015-07-31)
rejectInvalidSSL
option couldn't be used to set strictSSL
option of request to false
.
This lead to problems requesting images from hosts with self-signed certificates. A debug
message with the original request response error message was added in the process (#117).