I'm looking for something for NodeJS that is similar to the PaperTrail gem for rails. Something that will automatically help keep track of changes to different fields.
Asked
Active
Viewed 1,556 times
11
-
1Try http://softwarerecs.stackexchange.com/ – max Aug 03 '15 at 01:07
-
1@JoshEmory did you ever find a node tool like PaperTrail? I am searching for one as well. – user2517182 Nov 23 '15 at 19:20
-
@user2517182 I know this is an old comment but look at the answer below and it might help. – JoshEmory Jul 23 '18 at 22:22
-
@JoshEmory thanks! I don't need it anymore though, and most of these repos look abandoned. – user2517182 Jul 24 '18 at 01:27
-
@user2517182 Yea, on a second look through most of them do. But might be good base to start for someone who does need it. Glad to hear you solved your solution though. – JoshEmory Jul 24 '18 at 13:59
1 Answers
-2
There are multiple Node.js ports of PaperTrail available on NPM. Some are customized for specific adaptors such as Winston or Sequelize.

nwxdev
- 4,194
- 3
- 16
- 22
-
These packages are for sending logs to a service called [SolarWinds Papertrail](https://www.papertrail.com/). They will not help you to revert or undelete a model like the [paper_trail gem](https://github.com/paper-trail-gem/paper_trail). – Neal Ehardt Apr 05 '23 at 22:23