Meteor DevTools 1.6: Security auditor

Hi all,

We just shipped a new version of Meteor DevTools with a new Security tab including:

  • Package audit: shows up packages you should consider installing or removing.
  • Collection audit: helps you check allow/deny rules on each collection.
  • Method audit: records method calls and calls the methods with different argument types to test for type checks.

I wrote a bit about how the tool works here: Introducing a Security Auditor to Meteor DevTools – The Bakery.

Feedback and contributions are more than welcome!

16 Likes

Thank you so much for the hard work! The Meteor DevTools has been indispensable for my development work since the first time I used it!!

Great work… Thank you very much for sharing it to the community…