
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
dolphin-components-test
Advanced tools
  
A Vue component library built with TypeScript, Vite, Vue, TailwindCSS, Multiselect, Sweetalert2, and Tabulator.
Install the package via npm:
npm install dolphin-components
Make sure to import the CSS styles in your main entry file (e.g., main.ts
or main.js
):
import 'dolphin-components/dist/dolphin-components.css';
You can globally register all components in your Vue app:
import { createApp } from 'vue';
import App from './App.vue';
import { ContentLayout, Modal, Switch, Tabulator, Toggle, Towser } from 'dolphin-components';
const app = createApp(App);
app.component('ContentLayout', ContentLayout);
app.component('Modal', Modal);
app.component('Switch', Switch);
app.component('Tabulator', Tabulator);
app.component('Toggle', Toggle);
app.component('Towser', Towser);
app.mount('#app');
Props:
title
(Array of ContentTitle[]
, required) - Defines the content titles with optional links.action
(Array of ContentAction[]
, optional) - Defines actions with a title, emit event, and optional class.bodyClass
(String, optional) - Additional class for the body.titleClass
(String, optional) - Additional class for the title.Props:
title
(Array of ModalTitle[]
, required) - Defines modal titles with optional links.action
(Array of ModalAction[]
, required) - Defines actions with an emit event and optional class.show
(Boolean, required) - Controls modal visibility.width
(String, optional) - Defines modal width.Props:
modelValue
(Boolean, required) - The v-model value.background
(String, optional) - Background color.Props:
data
(Array of TabulatorData[]
, required) - Defines table data.columns
(Array of TabulatorHeader[]
, required) - Defines table headers.placeholder
(String, required) - Placeholder text when no data is present.paginationSize
(Number, required) - Pagination size.paginationSizeSelector
(Array of numbers, required) - Pagination size options.action
(Boolean, required) - Enables or disables action buttons.actionButtons
(Array of TabulatorAction[]
, required) - Defines action buttons.heightOffset
(Number, required) - Adjusts table height.Props:
modelValue
(Boolean, required) - The v-model value.background
(String, optional) - Background color.Props:
show
(Boolean, required) - Controls visibility.title
(Array of TowserTitle[]
, required) - Defines the titles with optional links.action
(Array of TowserAction[]
, optional) - Defines actions.double
(Boolean, optional) - Enables double-pane layout.bodyWidth
(Number, optional) - Width of the main body.body2Width
(Number, optional) - Width of the secondary body.This package includes TypeScript support with full typings for all components.
This project is licensed under the Apache 2.0 License. See the LICENSE file for more details.
FAQs
  
The npm package dolphin-components-test receives a total of 0 weekly downloads. As such, dolphin-components-test popularity was classified as not popular.
We found that dolphin-components-test demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
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.