drodil / backstage-plugin-toolbox

Most commonly used developer tools within Backstage
MIT License
47 stars 25 forks source link

json2csv package abandoned #76

Closed bforbis closed 8 months ago

bforbis commented 9 months ago

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.