Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ovee.js/toolkit-integrations

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovee.js/toolkit-integrations

Ovee.js frontend toolkit developed by Owls Department

  • 0.2.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Ovee.js Toolkit Integrations

This package adds components and modules for Ovee.js, that heavily rely on external libraries. It's also a part of @ovee.js/toolkit.

Installation

npm install --save @ovee.js/toolkit-integrations
# for yarn
yarn add @ovee.js/toolkit-integrations

This package requires @ovee.js/toolkit. If you didn't installed it already, follow this link for installation instructions.

Usage notes

All submodules have their own peer dependencies, so you should check submodule's README file to see if anything should be installed additionally, alongside standard configuration.

All imports should be done from specific submodules, f.ex.:

// Proper way
import { LazyLoad } from '@ovee.js/toolkit-integrations/lazy-load'

// Wrong way
import { LazyLoad } from '@ovee.js/toolkit-integrations'

You can do it, but it requires all optional libraries to be installed tho.

Available submodules

<- Root

Keywords

FAQs

Package last updated on 22 Mar 2023

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