heartsucker / node-deb

Debian packaging for Node.js projects
https://www.npmjs.com/package/node-deb
MIT License
206 stars 54 forks source link

Checking user and group names are less than or equal to 32 characters. #92

Closed Jared314 closed 6 years ago

Jared314 commented 6 years ago

This adds a check (Discussed in #91) if the user or group name is over 32 characters, and throws an error message if they are.

heartsucker commented 6 years ago

Thanks for the fix! :D

heartsucker commented 6 years ago

This has been added to version 0.10.6 and is up on NPM.