Skip to content

Conversation

@bkaney
Copy link

@bkaney bkaney commented Oct 31, 2019

Thanks for the work on this library!

This PR addresses some critical audit problems. Also the upgrade to XLSX allows it to work in React (my main motivation for doing this :)).

There are a few dev dependencies that fail audit, namely istanbul, which is a deprecated package. Perhaps in a future PR this can be replaced with nyc (https://www.npmjs.com/package/nyc)...

This addresses some critical audit problems. Also the upgrade to XLSX allows it to work in React. There are a few dev dependencies that fail audit, namely istanbul, which is a deprecated package. Perhaps in a future PR this can be replaced with nyc (https://www.npmjs.com/package/nyc)
@bkaney
Copy link
Author

bkaney commented Nov 2, 2019

This fails CI because .travis.yml specifics node 6, which doesn't have the spread operator for literals (would need at least node 8, see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax).

Since node 6 is not longer being maintained, would it be appropriate to keep the node version at least what is being maintained (https://nodejs.org/en/about/releases/) -- so allow node 8 until Jan 2020, then bump to node 10?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant