json2csv package abandoned
Closed this issue · 0 comments
bforbis commented
The following warning emits when installing this plugin
warning @drodil/backstage-plugin-toolbox > json2csv@5.0.7: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
Seems like this package is no longer supported and usage should be moved to
https://www.npmjs.com/package/@json2csv/plainjs
Alternatively you could use other packages such as papaparse
which provide both stringify / parse all in one single package.