Closed DavidVujic closed 3 years ago
@scottcorgan anything we can do to help get this in? cheers
@scottcorgan Receiving this as well. Would love to get this merged and a new release sent out. Thanks!
Got hit by this today. Would be great if this can be merged. ❤️
+1 over here, would love to see this security patch merged 🤟
I had no luck contacting the maintainer, so have created a respectful fork at tap-in
I added the 3 open PRs from this repo, updated the deps, and made some linting fixes. Otherwise plan to respect original goal of this library. Audit shows no more warnings. cheers
For the projects like this that the original author has no more interest to maintain, it would make sense to pass down the maintenance role to other contributor(s). @scottcorgan please.
I don't have the ability to publish new versions, but I can merge this fix.
npm audit
raises a high severity warning when installing the current version of the librarytap-spec
, and it is about the sub-dependencytap-out
using an outdated version of thetrim
library.Here's an issue in the
zookeeper
library, describing the problem: https://github.com/yfinkelstein/node-zookeeper/issues/276This PR will solve
npm audit
issues in this repo.I think the
tap-spec
library need to be updated after a new package has been released, though?