-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move away from [email protected] to avoid new Buffer deprecation warning #271
Comments
I second this request! This has been a good library based a lot of stuff on it, but the use of put is causing exploit warnings every time I issue a NPM upgrade command. |
@CameronDiver @JohnRucker I feel like I want to completely rewrite low level serialisation part to more modern streams / buffers. When I started this library even |
Can you please modify your code to not be dependent on put and minimize? I have created a Bluetooth based peripheral based on this library and it can't be migrated to any of the other node DBus libraries. You have a unique feature that allows me to set the data type of a variant and none of the others allow that. |
@JohnRucker I'll try but no promise on timeline, lots of other priorities atm |
dbus-native
depends on [email protected], which seems completely abandoned, https://github.com/substack/node-put/pull/6 has been sitting there for a while without any activity.Is there a possibility that dbus-native will move to a different module (or a fork or
put
?)I'm happy to put together a PR if this is wanted.
The text was updated successfully, but these errors were encountered: