The current version of Rainloop on Salsa already has a patch to remove
node-json3, but it depends on node-jquery 2 which is no longer
available. The latest upstream version supports jquery 3 (via
jquery-migrate, which isn't packaged), but that version also depends on
webpack 4, babel 7, and a few other new packages.
I've been working on updating the package to the latest upstream version
but I haven't had much free time lately so it may take a while. The
current version of the package does still work when built with jquery 3,
but gains a few minor bugs; if you can't remove node-json3 until
Rainloop is patched, it might be worth packaging jquery-migrate to
unblock it.
Sincerely,
Daniel Ring
On 8/22/2019 6:36 AM, Xavier Guimard wrote:
Package: rainloop
Version: 1.12.1-2
Severity: important
Hi,
node-json3 is unmaintained and easy to replace by native JSON.parse and
JSON.stringify functions. rainloop is the last package that still use
this old library. Could you patch rainloop to permits a ROM-RM of
node-json3?
Cheers,
Xavier