11

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.

Zalán Józsa
  • 338
  • 2
  • 15
JoshEmory
  • 644
  • 6
  • 20

1 Answers1

-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