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

@dpa-id-components/dpa-id-app-switcher

Package Overview
Dependencies
Maintainers
15
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dpa-id-components/dpa-id-app-switcher

> A component that displays an on-demand list of applications that use the dpa ID.

  • 1.0.20
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
75
decreased by-22.68%
Maintainers
15
Weekly downloads
 
Created
Source

@dpa-id-components/dpa-id-app-switcher

A component that displays an on-demand list of applications that use the dpa ID.

Browser compatibility

  • The web component version (wc) should work in any modern browser expcet for Microsoft Internet Explorer.
  • The vue.js library version (lib) should have support for Microsoft Internet Explorer 11. A polyfill for window.Promise is needed, see lib/demo.html.

Installation

yarn add @dpa-id-components/dpa-id-app-switcher

Usage

Props

proptypedefaultdesc
isLightBooleanfalseIf a light version of the app opener icon should be displayed
isSmallBooleanfalseIf a small version (24px) of the app opener icon should be displayed

With a module System (commonjs-node)

Using single file components and postcss imports

<template>
  <DpaIdAppSwitcher />
</template>
<script>
  import DpaIdAppSwitcher from "@dpa-id-components/dpa-id-app-switcher";

  export default {
    components: {
      DpaIdAppSwitcher
    }
  };
</script>

<style postcss>
  @import "@dpa-id-components/dpa-id-app-switcher/lib/dpa-id-app-switcher.css";
</style>

In the browser (universal modules)

See wc/demo.html

As web component (custom elements)

See lib/demo.html

FAQs

Package last updated on 24 Nov 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