🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@ipscape/cumulus

Package Overview
Dependencies
Maintainers
3
Versions
688
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ipscape/cumulus

A Vue.js component library by ipSCAPE

latest
Source
npmnpm
Version
1.0.35
Version published
Weekly downloads
1.6K
106.55%
Maintainers
3
Weekly downloads
 
Created
Source

ipSCAPE Cumulus component library

tested with jest jest

A component library with Vue and Bootstrap.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/cumulus

or

yarn add @ipscape/cumulus

Add the component library to your app:

import Vue from 'vue';
import Cumulus from '@ipscape/cumulus';
import '@ipscape/cumulus/dist/cumulus.css';

Vue.use(Cumulus);

Use a component in your application. I.e. ips-badge:

<template>
  <ips-badge variant="orange" variant-style="solid">This is a badge</ips-badge>
  <template></template
></template>

License

License: GPL v2 License: GPL v3

Made with ❤ by ipSCAPE

Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file.

Keywords

ipSCAPE

FAQs

Package last updated on 14 May 2024

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