New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@bisom/web_plugin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bisom/web_plugin

repos to return plugin Bisom

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

BISOM

Introduction

repos to return plugin Bisom

Getting Started

Install & use components

npm install bisom_web_plugin
// main.ts

import { BisomPlugin } from "@bisom/web_package";

...

const app = createApp(App);
...
app.use(BisomPlugin)
app.mount("#app")
...

Components are using globaly in your app

// example use case

<template>
    ...
    <BBisomImg />
    ...
</template>
...

Developpement

Avant chaque PR

npm run appcheck

Test

(test unitaire sont encore à ajouter)

FAQs

Package last updated on 05 Mar 2026

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