Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@frontegg/react-audits

Package Overview
Dependencies
Maintainers
1
Versions
475
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/react-audits

<h1 align="cent

latest
npmnpm
Version
4.0.23
Version published
Weekly downloads
516
-38.93%
Maintainers
1
Weekly downloads
 
Created
Source

Frontegg logo

Audits Plugin

Pre-built Table to easily integrate Audit logs into your React App.

Installation

Frontegg-React-Audits is available as an npm package.

// using npm
npm install @frontegg/react-audits

// using yarn
yarn add @frontegg/react-audits

// NOTE: to get the latest stable use @latest.

Usage

All you need is to pass AuditsPlugin to the FronteggProvider:

/* imports */
import { FronteggProvider } from '@frontegg/react-core';
import { AuditsPlugin } from '@frontegg/react-audits';

ReactDOM.render(
<BrowserRouter>
  <FronteggProvider
      context={/* context options */}
      plugins={[
        AuditsPlugin()
      ]}>
    <App />
  </FronteggProvider>
</BrowserRouter>, document.querySelector('#app'));

Then add Audits component to your route:

import { Audits } from '@frontegg/react-audits';

<Route path={'/audits'} component={Audits.Page}/>

Contributing

The main purpose of this repository is to continue developing Frontegg React to making it faster and easier to use. Read our contributing guide to learn about our development process.

Notice that contributions go far beyond pull requests and commits.

License

This project is licensed under the terms of the MIT license.

FAQs

Package last updated on 10 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts