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

@provetcloud/web-components-vue-types

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@provetcloud/web-components-vue-types

This package provides TypeScript types for Provet Cloud Design System's Web Components

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Provet Could Web Component Vue Types

This package contains auto-generated TypeScript types for the Web Components found in @provetcloud/web-components when used in Vue projects. It allows you to get IntelliSense for Provet Cloud web components in templates of Vue Single-File Components. Both in TypeScript and JavaScript projects.

A TypeScript definition file is generated and written to lib/index.d.ts.

The following are commands available:

  • pnpm build - Generates the TypeScript definition file.

Usage

Install @provetcloud/web-components as you normally would, along with this @provetcloud/types. Then add the following to your tsconfig.json file:

{
  "compilerOptions": {
    "types": ["@provetcloud/types"]
  }
}

Now you should get full type support for Nord components in your Vue project. Including IntelliSense for Nord components in templates of Vue Single-File Components.

License

See license in LICENSE.md

Copyright © 2024 Nordhealth Ltd.

FAQs

Package last updated on 20 Jan 2025

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