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

@teamnovu/utils

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teamnovu/utils

Utilities commonly used by @teamnovu

  • 3.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

novu Utils

A repository containing commonly used utilities.

Installation

yarn add @teamnovu/utils

List of Utils

Common

  • useId is used to generate unique ID's eg. for input fields and their labels.

Vue.js

  • useDispatchStoreAction simplifies dispatching a store action, tracking it's state and displaying validation errors. It can be used for simple form submits.
  • Popover is a collection of components that imitate HeadlessUI's popover components and are compatible with Vue 2.

Error handling

If you encounter Module parse failed: Unexpected token-error try adding the utils-package to the build.transpile option in your nuxt.config.js:

build: {
  transpile: [
    '@teamnovu/utils',
  ],
]

Releasing a new verison

yarn release

FAQs

Package last updated on 12 Jan 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