very fast mongoid compatible unique string ids
Audits NPM, Yarn, and PNPM projects in CI environments
Verdaccio Middleware plugin to bypass npmjs audit
KeystoneJS MongoId Field Type
Given a response from the npm security api, render it into a variety of security reports
Core modules for audit-resolve.json file and logic of its processing
Reshape into a better npm audit for the community and encourage more people to include security audit into their process.
Generate an HTML report for CODEOWNERS ownership gaps and run in CI or from the CLI to fail when files are not covered.
The missing `yarn audit fix`
A wrapper around yarn audit that fixes many issues
Aids humans and automation in managing npm audit results
Provides audit logging functionalities for Node.js applications
KeystoneJS MongoId Field Type
OCI NodeJS client for Audit Service
A tool for working with CODEOWNERS files
Local provider for strapi audit logs
<h5 align="center"> Run <a href="https://developers.google.com/web/tools/lighthouse">Lighthouse</a> and <a href="https://github.com/pa11y/pa11y">Pa11y</a> audits directly in <a href="https://cypress.io/">Cypress</a> test suites </h5>
Descope audit management widget
A diagnostic tool for rush build cache
Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.
This library contains auto generated Mongo (Mongoose.js) models that correspond to the QDM (Quality Data Model) specification.
AWS SDK for JavaScript Auditmanager Client for Node.js, Browser and React Native
[](http://badge.fury.io/js/swagger-ui) [](https://jenkins.swagger.io/v
Generate a HTML report for NPM Audit
Mongoid Audit
Stupid simple audit logging for Mongoid
Provides a straightforward way for auditing changes on active record models, especially for composite entities. Also provides helper methods for easily rendering an audit trail in Ruby on Rails views.
This library tracks historical changes for any document, including embedded ones. It achieves this by storing all history tracks in a single collection that you define. Embedded documents are referenced by storing an association path, which is an array of document_name and document_id fields starting from the top most parent document and down to the embedded document that should track history. Mongoid-history implements multi-user undo, which allows users to undo any history change in any order. Undoing a document also creates a new history track. This is great for auditing and preventing vandalism, but it is probably not suitable for use cases such as a wiki.
In frustration of Mongoid::Versioning, I created this plugin for tracking historical changes for any document, including embedded ones. It achieves this by storing all history tracks in a single collection that you define. (See Usage for more details) Embedded documents are referenced by storing an association path, which is an array of document_name and document_id fields starting from the top most parent document and down to the embedded document that should track history. This plugin implements multi-user undo, which allows users to undo any history change in any order. Undoing a document also creates a new history track. This is great for auditing and preventing vandalism, but it is probably not suitable for use cases such as a wiki.
add support for Mongoid as a history auditing store to Rails Admin
Provides an easy way to track changes, creations, and errors across your Rails application. This gem automatically records model and controller activity, including request context and error details, with flexible configuration through an initializer. Ideal for debugging, compliance, and tracking user actions