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

@meveo-org/mv-dependencies

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meveo-org/mv-dependencies

Dependencies for meveo webcomponents

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
2
Created
Source

mv-dependencies

mv-dependencies contains third party libraries that are used with the meveo frontend framework components.

Features

  • lit-element
  • jsonata
  • es-module-shims
  • router-slot

Quick Start

To experiment with the mv-dependencies component.

  • Clone this repo.
  • Import the js library that is needed in the component

Sample usage

lit-element is best imported using importmaps

<script defer src="{module directory}/es-module-shims.js"></script>
<script type="importmap-shim">
  {
    "imports": {
      "lit-element": "{module directory}/lit-element.js"
    }
  }
  </script>
  <script type="module-shim" src="./component-that-uses-lit-element.js"></script>

Acknowledgements

Uses the following libraries:

  • lit-element
  • jsonata
  • es-module-shims
  • router-slot

FAQs

Package last updated on 23 Mar 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