
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@oslokommune/oslo-designsystem-vue
Advanced tools
Oslo kommune - Oslo designsystem - Vue komponentbibliotek
Oslo Designsystems UI komponenter for Vue 2.6+. Vue 3 støttes ikke på dette
tidspunktet. Komponentene er laget for å fungere sammen med CSS fra
designsystemet @oslokommune/oslo-designsystem
.
Peer dependencies:
16.5
>= 2.6.12 < 3.0.0
>= 0.8.1
Hver komponent vil være dokumentert på nettsiden til designsystemet, på en stadig bedre måte.
Eksempelet under viser installasjon i en applikasjon med Vue 2
+ Webpack
.
Går utifra at peerDependencies allerede er installert og tatt i bruk, hvis
ikke så se veiledere for dette.
npm add @oslokommune/oslo-designsystem-vue
/* src/main.js
Velg å installere hele bundlen */
import Vue from 'vue';
import OdsVue from '@oslokommune/oslo-designsystem-vue';
Vue.use(OdsVue);
/* eller kun individuelle komponenter */
import Vue from 'vue';
import { OdsHeader, OdsFooter } from '@oslokommune/oslo-designsystem-vue';
Vue.use(OdsHeader);
Vue.use(OdsFooter);
Oslo Designsystem bruker Semantic Versioning 2.0.0 for versjonering av pakkene.
Mens vi er i en beta-fase, versjonering vil følge dette mønsteret: v0.Y.Z, hvor
Oslo designsystem
er distribuert under MIT-lisens for åpen kildekode.
FAQs
Oslo kommune - Oslo designsystem - Vue komponentbibliotek
We found that @oslokommune/oslo-designsystem-vue demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.