New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

forumone-libnaep

Package Overview
Dependencies
Maintainers
3
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forumone-libnaep

```sh npm i forumone-libnaep ```

  • 1.3.18
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Weekly downloads
 
Created
Source

Usage

npm i forumone-libnaep

Install the recommended peer dependencies.

Usage in a React app

Most components within this library require the use of ThemeProvider from @emotion/react and QueryClientProvider from react-query. Example of basic usage for an app:

import { ThemeProvider } from '@emotion/react';
import { QueryClient, QueryClientProvider } from 'react-query';
import { theme } from 'forumone-libnaep';

const queryClient = new QueryClient();

function MyApp() {
  return (
    <ThemeProvider theme={theme}>
      <QueryClientProvider client={queryClient}>
        ...
      </QueryClientProvider>
    </ThemeProvider>
  );
}

FAQs

Package last updated on 12 Apr 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc