![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@dpa-id-components/dpa-id-app-switcher
Advanced tools
> A component that displays an on-demand list of applications that use the dpa ID.
A component that displays an on-demand list of applications that use the dpa ID.
window.Promise
is needed, see lib/demo.html
.yarn add @dpa-id-components/dpa-id-app-switcher
prop | type | default | desc |
---|---|---|---|
isLight | Boolean | false | If a light version of the app opener icon should be displayed |
isSmall | Boolean | false | If a small version (24px) of the app opener icon should be displayed |
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>
See wc/demo.html
See lib/demo.html
FAQs
> A component that displays an on-demand list of applications that use the dpa ID.
The npm package @dpa-id-components/dpa-id-app-switcher receives a total of 61 weekly downloads. As such, @dpa-id-components/dpa-id-app-switcher popularity was classified as not popular.
We found that @dpa-id-components/dpa-id-app-switcher demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 15 open source maintainers collaborating on the project.
Did you know?
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.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.